Hello guys I was wondering if this button is possible to implement or in fact exist a better alternative.
Solved! Go to Solution.
The TextInput control has a property called "Clear" which is to supposed to show/hide the clear button (x) on the control. Unfortunately, this only works on IE/Edge at the moment, and we're tracking that issue.
You can work around this issue by doing the following:
UpdateContext({ClearSearch: true}); UpdateContext({ClearSearch: false})
Hope this helps 🙂
The TextInput control has a property called "Clear" which is to supposed to show/hide the clear button (x) on the control. Unfortunately, this only works on IE/Edge at the moment, and we're tracking that issue.
You can work around this issue by doing the following:
UpdateContext({ClearSearch: true}); UpdateContext({ClearSearch: false})
Hope this helps 🙂