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
The Autocomplete text field is based on an input with type="search", as shown in the image below.
That means the clear button is handled natively by the browser. You can do the same on our regular TextEdit by defining the Role parameter, but for the Numeric and Date fields, I don't see it happening.
If you really want that feature, you can make it by placing them inside of an Addon and then having a clear button to reset the value.
It would be nice to have the ability to clear a field with the 'X' within a field. Autocomplete already has this.
Could this be extended to TextEdit, NumericEdit, DateEdit, etc?
The text was updated successfully, but these errors were encountered: