mirror of
https://github.com/psychopy/psychojs.git
synced 2025-05-12 08:38:10 +00:00
visual/TextInput: permanently disable substitute text
This commit is contained in:
parent
b9aee09474
commit
13461b9169
@ -56,7 +56,7 @@ export class TextInput extends PIXI.Container
|
||||
this._selection = [0, 0];
|
||||
this._restrict_value = '';
|
||||
this._createDOMInput();
|
||||
this.substituteText = true;
|
||||
this.substituteText = false;
|
||||
this._setState('DEFAULT');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user