Fluent Autocomplete - text to remain blank when nothing selected after losing focus #3301
Answered
by
dvoituron
satyajit-behera
asked this question in
Q&A
-
Hi, is it possible to keep the text blank if nothing is selected from a autocomplete box. At present, if nothing matches with selection, the text remains in the text option. Anything available as a property or a setting? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
dvoituron
Feb 5, 2025
Replies: 1 comment 4 replies
-
No, there is no option: you have to be able to let the user encode the text of his choice. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I haven't tested it yet, but you could use
@onfocusout
and setValueText = ""