docs(Form): fix show-error version tag (#6012)
This commit is contained in:
+1
-1
@@ -432,7 +432,7 @@ export default {
|
||||
| colon | Whether to display `:` after label | *boolean* | `false` |
|
||||
| validate-first | Whether to stop the validation when a rule fails | *boolean* | `false` |
|
||||
| scroll-to-error `v2.5.2` | Whether to scroll to the error field when validation failed | *boolean* | `false` |
|
||||
| show-error `v2.5.9` | Whether to highlight input when validation failed | *boolean* | `true` |
|
||||
| show-error `v2.6.0` | Whether to highlight input when validation failed | *boolean* | `true` |
|
||||
| show-error-message `v2.5.8` | Whether to show error message when validation failed | *boolean* | `true` |
|
||||
|
||||
### Data Structure of Rule
|
||||
|
||||
Reference in New Issue
Block a user