vitalets / x-editable

In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
http://vitalets.github.io/x-editable
MIT License
6.51k stars 1.72k forks source link

How to get 'editable' argument on shown event with bootstrap? #564

Open ika18 opened 10 years ago

ika18 commented 10 years ago

As the documentation said, "Note: Bootstrap popover has own shown event that now cannot be separated from x-editable's one. The workaround is to check arguments.length that is always 2 for x-editable." Then how could I get the 'editable' argument?

ilramdhan commented 3 weeks ago

For those of you who are struggling to implement it on Bootstrap 4, maybe this can help.

For Bootstrap 4 its work, check this https://github.com/vitalets/x-editable/issues/1189#issue-2472436889