Skip to main content
Inspiring
September 9, 2021
Answered

JS: Deselect focussed text field

  • September 9, 2021
  • 2 replies
  • 702 views

Hey everyone,

 

Quick/basic question: is there a function that 'deselects' the currently focussed (text)field? I figure I can use .setFocus() as a workaround but I'm wondering if there's an out of the box option to deselect the selected field.

 

Thank you in advance for any trouble to be taken

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer try67

No, only setFocus can do it.

2 replies

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
September 9, 2021

No, only setFocus can do it.

Inspiring
September 9, 2021

Excellent, thanks!