mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
@@ -118,6 +118,7 @@ export class InputBox extends Widget {
|
||||
|
||||
if (this.placeholder) {
|
||||
this.input.setAttribute('placeholder', this.placeholder);
|
||||
this.input.title = this.placeholder;
|
||||
}
|
||||
|
||||
this.oninput(this.input, () => this.onValueChange());
|
||||
|
||||
Reference in New Issue
Block a user