Open danirabbit opened 8 years ago
When there is no text, it's a button that does nothing. We should get rid of it when the entry is empty
I think you can do this in CSS with <input pattern=".+" /> and input:valid { ... }
<input pattern=".+" />
input:valid { ... }
We should use the pattern to handle non-ID-characters instead.
Note that pattern isn't working on old browsers
When there is no text, it's a button that does nothing. We should get rid of it when the entry is empty