Ipad + How to prevent the keyboard from popping up on jquery datepicker

后端 未结 4 1682
悲&欢浪女
悲&欢浪女 2021-01-02 01:19

I want to disable the keyboard popup from my Ipad so I do something like this, but it\'s not as my wish.

I have a text box:



        
4条回答
  •  暖寄归人
    2021-01-02 02:04

    The right answer tends to be the simplest one.

    readonly="true"

    Is the solution

提交回复
热议问题