datetimepicker icon indicating copy to clipboard operation
datetimepicker copied to clipboard

AP/PM mode breaks mask for TimePicker

Open dvd73 opened this issue 5 years ago • 0 comments

Hi When I use "hh:mm A" format along with mask I get follow problem with input mask for TimePicker image

I use follow options for TimePicker:

TimePickerOptions: {
            datepicker:false,				
            format: 'hh:mm A',
            formatTime: 'hh:mm A',
            mask:true,				
            step: 15,
            validateOnBlur: false
        }```
It is impossible to set mask = '12:59 [APap][mM]'
Please  help.

dvd73 avatar Dec 15 '19 11:12 dvd73