angular-xeditable
angular-xeditable copied to clipboard
Select Option Click - Model getting closed automatically
Hi Team,
I get to these logs in my browser console, after I pulled my latest code changes.
_in for {$editables: Array(1), $visible: true, $waiting: false, $data: {…}, clicked: false, …} xeditable.js:1505
https://github.com/vitalets/angular-xeditable/blob/master/dist/js/xeditable.js#L1505
Code, which worked till last evening is not working today. Weird behavior, every time I click on the select option value/text the model closes.
Package.json - xediatble version => vitalets/angular-xeditable#~0.10.0
"@bower_components/angular-xeditable": "vitalets/angular-xeditable#~0.10.0",
I updated ther version and I still get this error for "^0.10.2"
Regards, Santosh
What error are you getting? Do you have plunker/jsfiddle showing your error (or does the demo site exhibit the same issue)?