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
After making a selection from the matches, I have called clear() in the function passed into addAutocompleteValueAppliedListener. However, this isn't clearing the text and I wondered if this was a bug?
It can be done with getElement().executeJs("this.clear()") as a workaround.
The text was updated successfully, but these errors were encountered:
neil-hughes-108
changed the title
Calling clear() method isn't remove text
Calling clear() method isn't removing text
Nov 24, 2021
After making a selection from the matches, I have called clear() in the function passed into addAutocompleteValueAppliedListener. However, this isn't clearing the text and I wondered if this was a bug?
It can be done with getElement().executeJs("this.clear()") as a workaround.
The text was updated successfully, but these errors were encountered: