You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.
As you can see, there is a cancel button (and it works), but something weird happens on the picture to the left. Cause of the <option value=""></option> there are two empty fields that you can check.
If you delete <option value=""></option>, weird empty fields disappear, however there is no cancel button either:
I am using
angular-ui-select
for dropdowns. I need to have dropdown that you can cancel.Here is my dropdown in template:
Here is
select2Options
:Here is the result:
As you can see, there is a cancel button (and it works), but something weird happens on the picture to the left. Cause of the
<option value=""></option>
there are two empty fields that you can check.If you delete
<option value=""></option>
, weird empty fields disappear, however there is no cancel button either:angular: v1.4.8
angular-ui-select2: v0.0.5
select2: v3.4
The text was updated successfully, but these errors were encountered: