react-tailwindcss-datepicker icon indicating copy to clipboard operation
react-tailwindcss-datepicker copied to clipboard

feat: Add support for inputTabIndex prop

Open dshafik opened this issue 1 year ago • 1 comments

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.

dshafik avatar Nov 15 '24 03:11 dshafik

~I think for this to be complete, the behavior when tabbing to the next field must be fixed to hide the popup.~

done.

dshafik avatar Nov 15 '24 03:11 dshafik