Hello,
I am using an SfTextBox with ShowClearButton=true.
The behavior i'm getting is that when the textbox loses focus the X is being hidden. I want the X to be visible at all times, at the very least whenever there is text entered in the textbox.
I'm using this as an input to search.filter in a table. Now my users need to first click in the textbox and then click the X in order to clear its contents. That's a shame.
Also, the textbox increases in size whenever the X is shown. It would be nice to be able to avoid that without hacking around with a container providing grow-margins.
So concretely:
How can I keep the X (ShowClearButton) visible at all times (or at least whenever the textbox is not empty)?
I tried setting some css using interop manually and had some results, but that's not maintainable. Any suggestions on how to achieve this is highly welcome.
Kind regards,
Richard