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.
Clicking on the cross to remove an option in multi-select box of Angular-UI-Select redirects to app home #187
Closed
Description
I have an AngularJS app with multiple routes. On one of the pages, I'm using Angular-UI-Select.
Clicking on the cross button to remove an option in the multi-select box of Angular-UI-Select redirects to the home of the app, instead of removing the option.
I think the reason for this issue could be that the URL already has a # at the app home, and the cross button is also linking to # causing the browser to redirect to the home. I have manually changed href="#"
to href
for the cross button in the ui-select's template, which has fixed the issue.
Is there a workaround for this without needing the change that I made? Otherwise, I could submit my pull request if you would like.
I have also created a question for this on Stack Overflow.
Metadata
Metadata
Assignees
Labels
No labels