x-editable - adjusting the width of input field

后端 未结 6 999
天涯浪人
天涯浪人 2021-02-12 14:50

How do you adjust the input width of the popup

it doesn\'t seem like there is any option for it in

http://vitalets.github.io/x-editable/docs.html#text

6条回答
  •  醉酒成梦
    2021-02-12 15:40

    you could use inputclass option to provide a CSS class, where you can add the width for input field, like

    awesome
    
    

    And css:

    .some_class{
       width: 240px;
    }
    

提交回复
热议问题