Hi, after playing around with this for a half an hour I have decided the passing of props to the internal textInput component is broken.
Please check the way the textInputProps prop is being distributed to the props of the textInput component inside of the SearchableDropdown.
Currently the following code fails to produce any change to my SearchableDropdown (notice the max length prop, it does not restrict the textInput field to 35 characters):
Hi, after playing around with this for a half an hour I have decided the passing of props to the internal textInput component is broken.
Please check the way the textInputProps prop is being distributed to the props of the textInput component inside of the SearchableDropdown.
Currently the following code fails to produce any change to my SearchableDropdown (notice the max length prop, it does not restrict the textInput field to 35 characters):