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
you could use inputclass option to provide a CSS class, where you can add the width for input field, like
inputclass
awesome
And css:
.some_class{ width: 240px; }