Allow Copy/Paste in a disabled input text box in Firefox browsers

后端 未结 6 1729
一生所求
一生所求 2020-12-05 06:40

I have a input text box disabled:

   

In IE and in Chrome you can copy and

6条回答
  •  南方客
    南方客 (楼主)
    2020-12-05 07:14

    Refer to my post to the same question. It does the following:

    1. Makes the textbox just like readonly without using the readonly attribute on the input tag, but will honor tab index and set focus
    2. Supports all clipboard functions win and mac with mouse or keyboard
    3. Allows undo, redo and select all

    Restrict HTML input to only allow paste

提交回复
热议问题