vitalets / angular-xeditable

Edit in place for AngularJS
http://vitalets.github.io/angular-xeditable
MIT License
1.91k stars 403 forks source link

editableOptions.blurElem with editableOptions.buttons not working #646

Closed Johan-CR closed 7 years ago

Johan-CR commented 7 years ago

The use of the option blurElem = 'submit'; does not work if used with buttons = 'no'

editableOptions.blurElem = 'submit'; editableOptions.buttons = 'no';

http://jsfiddle.net/Johan_CR/w3353mhk/

ckosloski commented 7 years ago

This is only an issue with the bootstrap datepicker

Johan-CR commented 7 years ago

That is not correct, this is a issue with all the inputs, I change the example and add a text input

http://jsfiddle.net/Johan_CR/w3353mhk/2/