Preventing keyboard show on text input
-
We have custom calendar on text input, so please help - how to prevent keyboard show ?
-
@Oleg we have achieved it for date input by setting onfocus=“this.blur()” for the specific input control.
See if it helps in your case.
Regards,
CNaik.
-
thank you)