Skip to content
Snippets Groups Projects
Commit 9cbec903 authored by rhenck's avatar rhenck
Browse files

[editor] Change defaults for input assistance

parent 5fc14210
No related branches found
No related tags found
No related merge requests found
Pipeline #61764 failed
...@@ -247,9 +247,9 @@ export abstract class TextInputElement extends InputElement implements TextInput ...@@ -247,9 +247,9 @@ export abstract class TextInputElement extends InputElement implements TextInput
restrictedToInputAssistanceChars: boolean = false; restrictedToInputAssistanceChars: boolean = false;
hasArrowKeys: boolean = false; hasArrowKeys: boolean = false;
hasBackspaceKey: boolean = false; hasBackspaceKey: boolean = false;
showSoftwareKeyboard: boolean = false; showSoftwareKeyboard: boolean = true;
addInputAssistanceToKeyboard: boolean = false; addInputAssistanceToKeyboard: boolean = true;
hideNativeKeyboard: boolean = false; hideNativeKeyboard: boolean = true;
protected constructor(element?: TextInputElementProperties) { protected constructor(element?: TextInputElementProperties) {
super(element); super(element);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment