Topic: How do I prevent data-error and data-success from showing?
shampton3@gmail.com pro asked 6 years ago
Added the following Basic Example code taken directly from the documentation.
<div class="md-form">
<input mdbInputDirective type="text"id="form1"class="form-control">
<label for="form1"class="">Example label</label>
</div>
Even though the data-error and data-success attributes are not present, I still see the "success" and "wrong" messages.
How do I prevent these messages from showing?
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Answered
Specification of the issue
- ForumUser: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: Yes
Tags
shampton3@gmail.com pro commented 6 years ago
[mdbValidate]="false" will prevent these messages from showing.