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 a .el attribute on the elements? #170

Open
wmertens opened this issue Jul 25, 2016 · 0 comments
Open

Add a .el attribute on the elements? #170

wmertens opened this issue Jul 25, 2016 · 0 comments
Labels

Comments

@wmertens
Copy link
Contributor

In React 15 you don't need to use findDOMNode on refs that are DOM nodes. To make it easier to use Elemental UI component DOM methods, how about adding a .el that is the main DOM component? All that would be needed is ref: function (el) { this.el = el; }.

@jossmac jossmac added the feature label Sep 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants