We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e823aa9 commit d93b4e7Copy full SHA for d93b4e7
1 file changed
pxtblocks/fields/field_textdropdown.ts
@@ -82,6 +82,7 @@ export class BaseFieldTextDropdown extends Blockly.FieldTextInput {
82
83
if (!quietInput) {
84
this.htmlInput_.focus();
85
+ this.htmlInput_.select();
86
}
87
88
0 commit comments