It was already filed before: #94, #172. But what was proposed is more of a hack. It's not good enough, because it also prevents tabbing out of the input. The tab handler should only prevent default behavior when autocomplete is visible, not at all times.
Problem description:
It was already filed before: #94, #172. But what was proposed is more of a hack. It's not good enough, because it also prevents tabbing out of the input. The tab handler should only prevent default behavior when autocomplete is visible, not at all times.
It is possible to "hackaround" it harder:
But a simple api prop would be the best solution.
Suggested solution:
Create a boolean prop
accept-on-tab
that would work only when autocomplete suggestions are visible.It's a common enough feature that I've seen in multiple typeahead libraries.