igniteui-react-wrappers icon indicating copy to clipboard operation
igniteui-react-wrappers copied to clipboard

Calling widget methods by using getElement throws error

Open igMPeterson opened this issue 8 years ago • 0 comments

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")

igMPeterson avatar May 15 '17 16:05 igMPeterson