I noticed in the jimu-ui storybook under the TextInput component there is a type called 'select' which seems to make a dropdown. However, there is no documentation on how to use it. I tried adding Option components inside the TextInput component like you would do for a Select component, but that did not seem to work.
Anyone have any ideas how to work with the type 'select' TextInput ?