Skip to content
New issue

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

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

Already on GitHub? # to your account

Calling widget methods by using getElement throws error #76

Open
igMPeterson opened this issue May 15, 2017 · 0 comments
Open

Calling widget methods by using getElement throws error #76

igMPeterson opened this issue May 15, 2017 · 0 comments
Assignees

Comments

@igMPeterson
Copy link

if you use the getElement method as described here it throws the following error:
https://github.com/IgniteUI/igniteui-react#example-5

VM2005:1 Uncaught TypeError: $.ig.react.core.getElement(...).igTextEditor is not a function
at :1:37

Note if you wrap it in jQuery like the following it works:

$($.ig.react.core.getElement(editor2)).igTextEditor("value")

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

3 participants