clear button in grid's filters

4.6 what’s new says: “grid - clear button in grid’s filters fixed”
What is this button? cannot find in docs

IE11 adds a clear button to the inputs which is displayed in the in-header filters.

Are those ‘X’ buttons functional? I tried clearing my filter, it did clear the text but did not reload the data.

Please Advise.

these buttons were removed from the input filters as their logic cannot be customized.

We are using v4.6. Is there a way to disable them in IE?

This ‘x’ shows up when filter input box width is increased beyond certain pixels.

Unfortunately the problem cannot be reproduced locally.
Could you please, share with a demo link or provide with a simple complete demo, where the problem can be reconstructed.

Thanks. I wrote a work around in CSS to fix the issue :slight_smile: :

input[type=text]::-ms-clear { display:none; }