react-native-ui-lib
react-native-ui-lib copied to clipboard
Picker dialog validation
Description
Picker Dialog validation feature.
New UsePickerDialogProps hook to determine the default props of the dialog instead of the index file.
UsePickerSelection hook handles the validation and trigger the selectionValidation function.
Also in this PR there is a fix, Picker Dialog shouldn't render Modal.TopBar (at least when the user pass migrateDialog).
Changelog
Picker Dialog validation feature.
Additional info
MADS-4430