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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Env: IE11 (Windows 7)
The newly selected cell doesn't accept whatever value you type in. Clicking on the cell one more time, however, enables you to edit the cell.
Not sure if this is the best fix, but it seems to work.
Add this somewhere In onMouseDown in Datasheet.js
onMouseDown
Datasheet.js
document.addEventListener('keydown', this.handleKey)
Add this somewhere In handleKey in Datasheet.js
handleKey
document.removeEventListener('keydown', this.handleKey)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Env: IE11 (Windows 7)
How to reproduce
The newly selected cell doesn't accept whatever value you type in.
Clicking on the cell one more time, however, enables you to edit the cell.
Quick fix
Not sure if this is the best fix, but it seems to work.
Add this somewhere In
onMouseDown
inDatasheet.js
Add this somewhere In
handleKey
inDatasheet.js
The text was updated successfully, but these errors were encountered: