mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 14:31:31 +01:00
tslint input for #37212
This commit is contained in:
@@ -268,8 +268,7 @@ export class FindInput extends Widget {
|
||||
placeholder: this.placeholder || '',
|
||||
ariaLabel: this.label || '',
|
||||
validationOptions: {
|
||||
validation: this.validation || null,
|
||||
showMessage: true
|
||||
validation: this.validation || null
|
||||
},
|
||||
inputBackground: this.inputBackground,
|
||||
inputForeground: this.inputForeground,
|
||||
|
||||
Reference in New Issue
Block a user