reactjs / react-autocomplete

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

setSelectionRange not available on email (& number inputs) #336

Open benogle opened 6 years ago

benogle commented 6 years ago

Currently one cannot arrow through and hit return on an item when the input is an input type email because of this line.

setSelectionRange is only supported for text, search, url, tel, password (cmd-f -> setSelectionRange) 😢

A couple thoughts on possible options: