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 was archived by the owner on Oct 2, 2019. It is now read-only.
Hi,
with the multi-select feature, tags are <button>.
As buttons, they are conflicting with the ng-submit directive if the ui-select is declared in a form. The form is submitted as soon as the user clicks on a tag.
To avoid that, type="button" needs to be added on each tags.
The text was updated successfully, but these errors were encountered:
Hi,
with the multi-select feature, tags are
<button>
.As buttons, they are conflicting with the ng-submit directive if the ui-select is declared in a form. The form is submitted as soon as the user clicks on a tag.
To avoid that,
type="button"
needs to be added on each tags.The text was updated successfully, but these errors were encountered: