Fix the text view

This commit is contained in:
Panayot Cankov
2017-02-28 10:44:31 +02:00
parent 9f2eff3593
commit a8f132a00a

View File

@ -95,6 +95,9 @@ export class TextView extends EditableTextBase implements TextViewDefinition {
}
public _refreshHintState(hint: string, text: string) {
if (this.formattedText) {
return;
}
if (text !== null && text !== undefined && text !== '') {
this.showText();
} else if (hint !== null && hint !== undefined && hint !== '') {