59334: removed unnecessary config entry

This commit is contained in:
lotte
2019-02-21 11:59:04 +01:00
parent 1cea791cba
commit 3c104a460b
9 changed files with 73 additions and 38 deletions

View File

@@ -63,7 +63,7 @@ export class InputSuggestionsComponent implements ControlValueAccessor, OnChange
/**
* Whether or not the current input is valid
*/
@Input() valid;
@Input() valid = true;
/**
* Output for when the form is submitted