Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ui-select : clicking on the arrow does not open the dropdown #101

Closed
GMouron opened this issue Jan 11, 2016 · 4 comments
Closed

ui-select : clicking on the arrow does not open the dropdown #101

GMouron opened this issue Jan 11, 2016 · 4 comments
Assignees

Comments

@GMouron
Copy link

GMouron commented Jan 11, 2016

No description provided.

@lucienbertin
Copy link
Contributor

I think it's because on a ui-select with bootstrap styling, the arrow icon has a ng-click event

<i class="caret pull-right" ng-click="$select.toggle($event)"></i>

but with lucca-ui, the arrow comes from stylin on ::before of the ui-select-container and doesn't have a ng-click so it may come from that

@bpaugam
Copy link
Contributor

bpaugam commented Jan 11, 2016

Fixed 1afa796

@bpaugam bpaugam closed this as completed Jan 11, 2016
@lucienbertin lucienbertin reopened this Jan 11, 2016
@lucienbertin
Copy link
Contributor

dont close issues until fixed in an official release thx

lucienbertin added a commit that referenced this issue Jan 11, 2016
@bpaugam bpaugam mentioned this issue Jan 11, 2016
@lucienbertin
Copy link
Contributor

should be fixed in next release (release 2.0.6)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants