You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the input control is in mode valueHelpOnly="true" there is no way for the user to clear the input field once a value has been chosen through the value help.
This means that valueHelpOnly="true" can only be used for mandatory fields which must be filled by the user. For optional fields we would need some kind of extra button to clear the input.
I wish for some kind of "X" icon/button at the right end of the input which can be clicked to clear the input value.