This is a migrated thread and some comments may be shown as answers.

[Window Component] Cannot enter text in input

3 Answers 277 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jean-Pierre
Top achievements
Rank 1
Jean-Pierre asked on 18 Feb 2019, 09:52 AM

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

Sort by
0
Stefan
Telerik team
answered on 18 Feb 2019, 10:39 AM
Hello, Jean-Pierre,

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
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Jean-Pierre
Top achievements
Rank 1
answered on 18 Feb 2019, 01:45 PM

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

 

0
Accepted
Stefan
Telerik team
answered on 19 Feb 2019, 08:35 AM
Hello, Jean-Pierre,

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
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Jean-Pierre
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Jean-Pierre
Top achievements
Rank 1
Share this question
or