Blur on tab away
Opened this issue · 0 comments
patril commented
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.