web-ridge / react-native-paper-dates

Smooth and fast cross platform Material Design date and time picker for React Native Paper
https://www.reactnativepaperdates.com
MIT License
640 stars 164 forks source link

Pass disabled to icon button. #251

Closed iM-GeeKy closed 1 year ago

iM-GeeKy commented 1 year ago

Motivation

When the disabled prop is passed to the DatePickerInput the IconButton is not also disabled. This pull request passes the disabled prop along to the IconButton, so that the entire component will become disabled is specified.

RichardLindhout commented 1 year ago

Great as always, thanks for all your investments!