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

Add position to pulic API #373

Open
patric-eberle opened this issue Jan 4, 2018 · 0 comments
Open

Add position to pulic API #373

patric-eberle opened this issue Jan 4, 2018 · 0 comments

Comments

@patric-eberle
Copy link

I think it would be helpful to have the current position of the dropdown in relation to the trigger as a computed property on the public API.

In my case I would like to style the trigger based on the position of the dropdown, but this seems currently not possible without using open/close or calculate the position myself.

e.g. this.get('dropDownInstance.position') could return a string left:top or an object { horizontal: 'left', vertical: 'top' }

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

1 participant