-
Notifications
You must be signed in to change notification settings - Fork 112
Closed
Labels
textboxTextBox componentTextBox component
Description
Example code:
<ejs-textbox
[formControlName]="'someControlName'"
[floatLabelType]="'Always'"
[placeholder]="'Placeholder text'"
[type]="'text'"
[cssClass]="hasError(formGroup.someFieldName) ? 'e-error' : ''"
></ejs-textbox>
Expected behaviour:
Add e-error
class when hasError()
returns true, remove it when hasError()
returns false
Actual behaviour:
e-error
is added to/removed from
e-error
is added to/NOT removed from <div class=".e-control-wrapper">
which holds &
therawk
Metadata
Metadata
Assignees
Labels
textboxTextBox componentTextBox component