m-date-picker icon indicating copy to clipboard operation
m-date-picker copied to clipboard

Minimum and Maximum Hour not functioning at all

Open hamzaeldemery opened this issue 3 years ago • 0 comments

<DatePicker rootNativeProps={{ "data-xx": "yy" }} onValueChange={(valueArr) => handleValueChange(timeProp, valueArr)} mode="time" use12Hours={false} maxHour={8} minMinute={25} maxMinute={45} minuteStep={10} style={tw("font-bold text-4xl")} />

screenshot-localhost_3200-2021 09 15-13_20_13

hamzaeldemery avatar Sep 15 '21 05:09 hamzaeldemery