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 51996e9 commit 10a469bCopy full SHA for 10a469b
packages/form-js-editor/src/FormEditor.js
@@ -59,7 +59,7 @@ export default class FormEditor {
59
*/
60
this._container = createFormContainer();
61
62
- this._container.setAttribute('input-handle-modified-keys', 'z,y');
+ this._container.setAttribute('tabindex', '0');
63
64
const {
65
container,
0 commit comments