tslint input for #37212

This commit is contained in:
Benjamin Pasero
2017-11-07 18:55:59 +01:00
parent 3fbbfabac7
commit 7bf5879ce0
51 changed files with 43 additions and 307 deletions

View File

@@ -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,