Autocomplete not displaying error when touched
ErikParso opened this issue · 1 comments
ErikParso commented
Describe the bug
As other fields, if autocomplete value is invalid and user touches the field, it should show error.
To Reproduce
Steps to reproduce the behavior:
- add validation to autocomplete (to be mandatory f.e.)
- Focus autocomplete
- Blur autocomplete
- Autocomplete not showing error
Expected behavior
Autocomplete should be red and show error message
lookfirst commented
Hi Erik, this probably needs a code example.