Topic: only hide success indicator on input
<input mdbInputDirective type="text" name="username" id="username" class="form-control" formControlName="username" data-success=" " i18n-data-error="@@LOGIN_REQUIRED" data-error="*Required">
Laudick pro answered 6 years ago
Damian Gemza staff commented 6 years ago
Dear Laudick, We'll think about this in future, but I can't provide you any ETA on this functionality. Best Regards, DamianFREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- User: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: Yes
- Provided link: No
Damian Gemza staff commented 6 years ago
Dear Laudick, For now, there's no possibility to achieve your desired behavior. Currently, mdbInputDirective validation checks if the element got counter-success class (this class is used to mark input as valid). If the element hasn't got that class, directive adds counter-success class to it. So you can't achieve your desired behavior. We'll think about implementing similar functionality in the future. Best Regards, Damian