Copy link to clipboard
Copied
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
No, only setFocus can do it.
Copy link to clipboard
Copied
No, only setFocus can do it.
Copy link to clipboard
Copied
Excellent, thanks!