valadoc-org icon indicating copy to clipboard operation
valadoc-org copied to clipboard

Don't show the clear search icon when the entry is empty

Open danirabbit opened this issue 9 years ago • 3 comments

When there is no text, it's a button that does nothing. We should get rid of it when the entry is empty

danirabbit avatar Jan 10 '16 20:01 danirabbit

I think you can do this in CSS with <input pattern=".+" /> and input:valid { ... }

benwaffle avatar Jan 10 '16 20:01 benwaffle

We should use the pattern to handle non-ID-characters instead.

flobrosch avatar Jan 17 '16 21:01 flobrosch

Note that pattern isn't working on old browsers

SkyzohKey avatar May 09 '16 17:05 SkyzohKey