Wappler Version : 422
Operating System : Win 10 Pro
PHP MySQL
Expected behavior
What do you think should happen?
Floating label should remain in its default spot when there is no focus or value in the input:
Actual behavior
What actually happens?
Undesired markup of the label due to autocomplete putting focus on the input - or having value=" "
(whitespace):
How to reproduce
Create an input field with a floating label.
Add autocomplete (source from a database).
One of suggested fix
Try calling .blur()
at the end of the dmx-autocomplete JS process to remove the focus or the whitespace.
We're stuck, please provide insights. Thanks