epacke / BigIPReport

Overview of your loadbalancer configuration
https://loadbalancing.se
8 stars 2 forks source link

(x) clear button on column search boxes #149

Closed timriker closed 4 years ago

timriker commented 5 years ago

In IE there is an "x" in the column search, but it's on top of the filter icon. In Chrome I don't see an "x" to clear a column search. Ideally, there would be a clear "x" in each filter column input when hovering over the field. It looks like this can be done using type="search" instead of type="text"

Alas, Edge does not fire "search" or "input" buttons on clicking the (x). https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/17584515/ Clicking someplace else triggers the update.

timriker commented 4 years ago

Alternate idea: https://codepen.io/shidhincr/pen/ICLBD

epacke commented 4 years ago

That looks kind of nice actually.

timriker commented 4 years ago

Might turn off the filter background on other than .search::placeholder Feel free to change it. :)