Select Closest Value on Blur
Closed this issue · 1 comments
iamalisajid commented
Hey, I know that this functionality is not yet handled by typeahead. I've reviewed the library and saw that there is a big change in onTabKey, onEnterKey and onBlur.
Is there any way by which I can select the closest value like tab
when onBlur event occurs?
Using typeahead with bloodhound.
iamalisajid commented
Found a work around, by adding the data from datasource on blur event. Closing this.