Select Picker
Last updated
Last updated
MAU uses the React Native Picker Select. See:
Since React Native Picker Select is dependent on , you will need to install the library as a dependency in your project:
Once the dependency is installed, import the SelectPicker
component from the UI Library:
In addition to the props listed at:
isUnderlined
boolean
Enables the underlined variant for the select picker
shouldShowPlaceholder
boolean
Determines if the placeholder should be shown or not
label
string
Label for the Select Picker