angular-ui / bootstrap

PLEASE READ THE PROJECT STATUS BELOW. Native AngularJS (Angular) directives for Bootstrap. Smaller footprint (20kB gzipped), no 3rd party JS dependencies (jQuery, bootstrap JS) required. Please read the README.md file before submitting an issue!
http://angular-ui.github.io/bootstrap/
MIT License
14.29k stars 6.73k forks source link

Typeahead + enter/cursor doesn't works #6453

Closed csimpi closed 7 years ago

csimpi commented 7 years ago

If i use custom theme for editable field, with typeahed, i can't "finish" the editing. If i navigate out, or push enter, the column remain editable. How can i fix this.

Thank you, Peter

csimpi commented 7 years ago

Got it: $scope.$broadcast('uiGridEventEndCellEdit');

http://plnkr.co/edit/k5nYHHvuNNOsP1qgnLPT?p=preview