reactjs / react-autocomplete

WAI-ARIA compliant React autocomplete (combobox) component
MIT License
2.17k stars 532 forks source link

selectOnBlur is not implemented even though it is documented #277

Closed joejanuszk closed 7 years ago

joejanuszk commented 7 years ago

Although the selectOnBlur prop is documented, applying a true value for it does nothing.

I checked the distributed node module and confirmed that selectOnBlur does not exist anywhere in the code.

Please implement this feature or remove it from the documentation.

joejanuszk commented 7 years ago

Sorry, please disregard. I had an older version of the plugin installed. I had checked that code, when I should have checked here in the repo.