vitalets/x-editable

Blur on tab away

Opened this issue · 0 comments

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.