V5 readonly option

I am using datetimepicker by version 5.1.1.

I want to lock one of the three wheels(minute wheel).

Version 4 had readonly option, but Version 5 has no options.

Is there no way?

Hello @Jeon_Young_Ho :wave:

At the moment we don’t have such an option for the v5.

However, as a workaround, I can suggest disabling the wheels from CSS.

For example:

.mbsc-scroller-wheel-wrapper-0 {
pointer-events: none;
}

NOTE: In this case, the number ( 0 ) after the wrapper , represents the wheel. So, the first wheel is 0, the second wheel is 1, and etc.