feat(Form): add show-error prop (#5941)
This commit is contained in:
@@ -15,6 +15,10 @@ export default createComponent({
|
||||
type: String,
|
||||
default: 'onBlur',
|
||||
},
|
||||
showError: {
|
||||
type: Boolean,
|
||||
default: true,
|
||||
},
|
||||
showErrorMessage: {
|
||||
type: Boolean,
|
||||
default: true,
|
||||
|
||||
Reference in New Issue
Block a user