Vicente Carrillo
Results
2
comments of
Vicente Carrillo
I agree this would be better UX
was able to implement using the open prop ``` import React from 'react'; import moment from 'moment'; import TimePicker from 'rc-time-picker'; const format = 'HH:mm'; const defaultValue = moment() .hour(0)...