* feat: Add keyboard navigation to multiselect dropdown (#10397) * feat: Make Action Selector keyboard accessible (#10005) * feat: keyboard accessible text / code input (#10641) * {Space} as an alternate option to make code editor editable
7 lines
178 B
JSON
7 lines
178 B
JSON
{
|
|
"input": ".CodeEditorTarget .CodeMirror",
|
|
"hints": "ul.CodeMirror-hints",
|
|
"evaluatedValue": ".t--CodeEditor-evaluatedValue",
|
|
"bindingPrompt": ".t--no-binding-prompt"
|
|
}
|