Skip to content

Commit 10a469b

Browse files
committed
chore: make container keyboard focusable
1 parent 51996e9 commit 10a469b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/form-js-editor/src/FormEditor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default class FormEditor {
5959
*/
6060
this._container = createFormContainer();
6161

62-
this._container.setAttribute('input-handle-modified-keys', 'z,y');
62+
this._container.setAttribute('tabindex', '0');
6363

6464
const {
6565
container,

0 commit comments

Comments
 (0)