framework
framework copied to clipboard
Fix TextField placeholder
Make TextField placeholder behave similarly to ComboBox (and TextField in Vaadin10+), i.e. placeholder / input prompt should not be visible when not enabled or readonly.
Fixes https://github.com/vaadin/framework/issues/11837
TODO: Fix DateField in similar fashion
@TatuLund ~~any idea when this is going to be released? This limitation just hit me~~
nvm! Just re-read your last comment why this probably won't hit v8. The breaking chance is not really needed. Gonna find a workaround for my problem.