kiwicom / margarita

[not actively maintained] Mobile and Web application implementing Kiwi.com Tequila API
https://margarita.kiwi.com/
MIT License
209 stars 42 forks source link

DatePicker can select date after maxDate on android. #876

Closed tbergquist-godaddy closed 3 years ago

tbergquist-godaddy commented 5 years ago

See description here: https://github.com/facebook/react-native/issues/25189

This is ultimately a bug with React DatePickerAndroid, but we should verify that the date is within set range before we save it.

Essentially on this line https://github.com/kiwicom/margarita/blob/master/packages/universal-components/src/DatePicker/DatePicker.android.js#L88