react-bootstrap-datetimepicker icon indicating copy to clipboard operation
react-bootstrap-datetimepicker copied to clipboard

maxDate doesn't do anything?

Open jdk243 opened this issue 10 years ago • 1 comments

Setting the maxDate parameter doesn't seem to keep users from being able to select a date past the specified value.

jdk243 avatar Oct 20 '15 21:10 jdk243

Try using a 'moment()' date, for instance maxDate={moment()}

rulyotano avatar Jan 20 '16 16:01 rulyotano