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

Blur on tab away #1079

Open patril opened 6 years ago

patril commented 6 years ago

When !options.showbuttons and options.onblur === 'submit', I would expect the new value to be submitted when tabbing away from an editable input. Currently, another element must be given focus for this to happen. The input's blur event should also do this.