dynamically increase input type text textbox width according to the characters entering into it

后端 未结 5 1503
名媛妹妹
名媛妹妹 2020-12-06 21:41

I have a textbox where the user can enter any number of characters, But I want its width to be increased dynamically with respect to the number of chara

5条回答
  •  伪装坚强ぢ
    2020-12-06 22:10

    On the x-editable documentation you can find the option type so i guess you have to add data-editable-type="textarea"

提交回复
热议问题