We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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")
The text was updated successfully, but these errors were encountered:
ChronosSF
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: