Hello,
I would like to use the Window Kendo React component: https://www.telerik.com/kendo-react-ui/components/dialogs/window/.But i noticed that I cannot enter any text in input fields ?
Am I missing something ?
Best regards,
Jean-Pierre
3 Answers, 1 is accepted
This is a known issue which has been fixed right away in develop:
https://www.telerik.com/kendo-react-ui-develop/components/dialogs/window/
https://www.telerik.com/kendo-react-ui-develop/components/installation/development-builds/
We will release an official version very soon.
Regards,
Stefan
Progress Telerik
Hello Stefan,
I updated my package.json as below, and I still have the issue on my application window. But it should be working as I think I am using the same kendo react packages version than https://www.telerik.com/kendo-react-ui-develop/components/dialogs/window/# which is working.
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/plugin-proposal-class-properties": "^7.3.3",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "latest",
"babel-loader": "^8.0.5",
"css-loader": "latest",
"npm-watch": "^0.5.0",
"style-loader": "latest",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3"
},
"dependencies": {
"@progress/kendo-data-query": "latest",
"@progress/kendo-drawing": "latest",
"@progress/kendo-react-animation": "latest",
"@progress/kendo-react-buttons": "2.7.0-dev.201902132129",
"@progress/kendo-react-dateinputs": "latest",
"@progress/kendo-react-dialogs": "2.7.0-dev.201902132129",
"@progress/kendo-react-dropdowns": "latest",
"@progress/kendo-react-excel-export": "2.7.0-dev.201902132129",
"@progress/kendo-react-grid": "2.7.0-dev.201902132129",
"@progress/kendo-react-inputs": "latest",
"@progress/kendo-react-intl": "latest",
"@progress/kendo-react-layout": "2.7.0-dev.201902132129",
"@progress/kendo-react-pdf": "2.7.0-dev.201902132129",
"@progress/kendo-react-popup": "latest",
"@progress/kendo-theme-default": "latest",
"http-status": "latest",
"promise-polyfill": "latest",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"react-json-view": "latest",
"react-loading-overlay": "latest"
}
Yes, this is the correct version. The same version can be seen in the example:
https://stackblitz.com/edit/react-svj77t?file=app/main.js
I can assume that there is some kind of a cache issue.
Please try to delete the node_modules and install them again to check if this will resolve it.
Regards,
Stefan
Progress Telerik