ui-select
ui-select copied to clipboard
BugFix: removing the label when new tag is clicked on
TL;DR
When creating a new tag and clicking to add it to multi tag select, the tag remains named "Tag(new)" with the label even after it's created. How to reproduce: go to this plunker Create a new tag by typing something then you will see the label added in the select options if you select it via keyboard enter the label vanishes, & the tag is added without the label but ... if you select via mouse click the label stays...
description
Desired outcome: When you type in "Tag" the selection screen will show "Tag(new)". When you select "Tag(new)", the actual tag will be called "Tag". Actual outcome: The created tag is still called "Tag(new)".
images
the bug!
the desired outcome!
the label added to the select option.

thanks!
thanks!
Hi , thanks for submitting this PR. Could you clear the dist folder? Then I can have a good view on your changes. Thanks.