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

Value change listener for input fields #1145

Open jaynaikaub opened 5 years ago

jaynaikaub commented 5 years ago

For any input fields in the x-editables I want to attach a listener so that whenever a user opens let's say a x-editable popover textarea and makes an edit and clicks outside the popover it dismisses and the changes are lost. To prevent this I want to attach a listener for value change so that I can set the 'onblur' option to 'ignore' dynamically.