This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
behavior of autocomplete in version 0.10.1-rc2 #3844
Closed
Description
The behavior of the autocomplete in 0.10.0 when you click on the autocomplete input is to open the items filtered (or not) by the text that is written.
In examples using the version 0.10.0 if you write 'Alabama' and select the option, after you leave the field and then you enter in field again the option 'Alabama' is seem again. So if you have options like 'Alabamaa, Alabama2, Alabama3' they will appear too.
But in 0.10.1-rc2 this behavior is different. I want to know if this is a bug or It was deliberate.