We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b29a24 commit bf28613Copy full SHA for bf28613
packages/controls/src/widget_string.ts
@@ -390,8 +390,8 @@ export class TextareaView extends StringView {
390
391
events(): { [e: string]: string } {
392
return {
393
- 'keydown input': 'handleKeyDown',
394
- 'keypress input': 'handleKeypress',
+ 'keydown textarea': 'handleKeyDown',
+ 'keypress textarea': 'handleKeypress',
395
'input textarea': 'handleChanging',
396
'change textarea': 'handleChanged',
397
};
0 commit comments