Open na-le opened 6 years ago
that's something you need to validate outside of the component by checking component value and making sure it's equal to one of the items on your list
how? I didn't see any validator
there's no validator you should do it onn selected
I need to implement this behavior: when user write full element from the collection and then click 'enter' - it should select the element. it doesn't work if I use autoMatch it select the first even if I didn't finish to write the whole word - it's not good for me. how can I cause the component select on 'enter' if it match an element from the collection (case insensitive)?