This repository was archived by the owner on Oct 2, 2019. It is now read-only.
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
Selection should clear input text #680
Closed
Description
Since AngularJS 1.3.0 the "multi selection" doesn't clear the input text if an item is selected.
"multi selection" is working with AngularJS 1.3.0:
http://plnkr.co/edit/8SmB9sy1stlTn8wh6STp?p=preview
"multi selection" is not working with Angularjs 1.3.1 anymore:
http://plnkr.co/edit/Wgl0Y2S0RpVCZTtHqkE4?p=preview
The example https://github.com/angular-ui/ui-select/blob/master/examples/demo-multi-select.html with the AngularJS version 1.3.0-beta.17 is also effected.