vitalets / angular-xeditable

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

Select Option Click - Model getting closed automatically #763

Open santoshgiridhar opened 4 years ago

santoshgiridhar commented 4 years ago

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

ckosloski commented 4 years ago

What error are you getting? Do you have plunker/jsfiddle showing your error (or does the demo site exhibit the same issue)?