This PR adds the inputRef, handleMenuToggle, and handleClearSelection to the getInputProps callback.
This allows the ability to specify a custom endEdorment for the input component while leveraging the existing focus handlers.
I'd like to restructure accessing downshift props through React context or via a hook at some point, but without a major semver change, this will work well.
This PR adds the inputRef, handleMenuToggle, and handleClearSelection to the getInputProps callback.
This allows the ability to specify a custom endEdorment for the input component while leveraging the existing focus handlers.