Open lizaku opened 3 years ago
When clicking on the input field, the provided default value should clear (use placeholder instead of value for a start?)
Очищать поле текстового ввода на всех страницах при клике
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.
placeholder
https://www.w3schools.com/howto/howto_html_clear_input.asp
When clicking on the input field, the provided default value should clear (use placeholder instead of value for a start?)