IE >=10 "clear" cross in Search does not update filter result
IE >=10 "clear" cross in Search does not update filter result
bryndin
Posts: 2Questions: 0Answers: 0
IE >=10 has a small "x" icon in text (i.e. input) fields. Pressing it clears the field. When filtering if I type text in "Search" box my table is filtered, then I press that "x", box is cleared but table is not un-filtered.
As a workaround, I disabled that "x" on my web page via CSS
[code]::-ms-clear { display: none; }[/code]
But it's better if DataTables can handle that event.
As a workaround, I disabled that "x" on my web page via CSS
[code]::-ms-clear { display: none; }[/code]
But it's better if DataTables can handle that event.
This discussion has been closed.
Replies
Allan