mirror of
https://github.com/tabler/tabler.git
synced 2025-12-24 10:48:14 +04:00
remove unused cofig from code
This commit is contained in:
@@ -3,7 +3,7 @@ title: Validation states
|
||||
description: To inform users whether the entered value is correct or not, use either of the validation states. Thanks to that, users will immediately know which form elements they need to correct and, if the state displays as invalid, why the value is incorrect.
|
||||
---
|
||||
|
||||
```html example code centered columns="1" height="20rem"
|
||||
```html example centered columns="1" height="20rem"
|
||||
<div class="mb-3">
|
||||
<label class="form-label">Validation States </label>
|
||||
<input type="text" class="form-control is-valid mb-2" placeholder="Valid State..." />
|
||||
@@ -16,7 +16,7 @@ description: To inform users whether the entered value is correct or not, use ei
|
||||
|
||||
If you prefer a more subtle manner of informing users of the input control validation state, you can use tick and cross symbols and resign from colored control frames and the validation feedback.
|
||||
|
||||
```html example code centered columns="1" height="20rem"
|
||||
```html example centered columns="1" height="20rem"
|
||||
<div class="mb-3">
|
||||
<label class="form-label">Validation States (lite)</label>
|
||||
<input type="text" class="form-control is-valid is-valid-lite mb-2" placeholder="Valid State..." />
|
||||
|
||||
Reference in New Issue
Block a user