This small PR adds support for an inputTabIndex prop to allow adding a tabIndex to the input. Note that to verify in the playground you need to use the dev tools and view the input element directly. Having a tabIndex will also trigger the onBlur handler to hide the popup.
This small PR adds support for an
inputTabIndex
prop to allow adding atabIndex
to the input. Note that to verify in the playground you need to use the dev tools and view the input element directly. Having a tabIndex will also trigger theonBlur
handler to hide the popup.