react-native-form-generator icon indicating copy to clipboard operation
react-native-form-generator copied to clipboard

Validation between two Date Fields

Open nickrobinson352 opened this issue 8 years ago • 0 comments

I have 2 DatePickerFields with mode as 'datetime' called 'Start Date/Time' and 'End Date/Time'. How do I create a validation such that when a user sets the 'Start Date/Time', the mindate property of the End Date/Time is set to the user input value of 'Start Date/Time'

nickrobinson352 avatar Mar 10 '17 18:03 nickrobinson352