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

Ignite UI components for React

Results 46 igniteui-react-wrappers issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [karma](https://github.com/karma-runner/karma) from 6.3.2 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...

dependencies

## Issue 1: It seems that there are errors with the latest version of igniteui-full and react 17. For example running the ig-grid sample would throw the following error: `TypeError:...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.5.10 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

There're several issues with `prepare-dist`: * it requires an existing `igniteui-react.js` file inside `/dist/npm` folder * publishes files into `dist/npm` folder * does not always apply library changes And therefore...

bug

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...

investigate

I notice that the api allows for a jQuery string template for rendering a custom cell. Please allow for a React component instead which would take the arguments you would...

investigate