akutuzov / webvectors

Web-ify your word2vec: framework to serve distributional semantic models online
http://vectors.nlpl.eu/explore/embeddings/
GNU General Public License v3.0
196 stars 49 forks source link

Clear the input field on click for all pages #53

Open lizaku opened 3 years ago

lizaku commented 3 years ago

When clicking on the input field, the provided default value should clear (use placeholder instead of value for a start?)

lizaku commented 3 years ago

Очищать поле текстового ввода на всех страницах при клике

akutuzov commented 3 years ago

On the other hand: using placeholder will make it impossible for a user to quickly check that the web service is indeed working, without explicitly entering a query.

akutuzov commented 3 years ago

https://www.w3schools.com/howto/howto_html_clear_input.asp