'Form validation development'

This commit is contained in:
Burak Civan
2021-05-21 13:56:01 +03:00
parent 7695ce94b5
commit 1840d2aec5
5 changed files with 66 additions and 21 deletions

View File

@ -86,7 +86,7 @@
description: "Input label (text before input)"
},
error: {
type: String,
type: [String, Object, Array],
description: "Input error (below input)"
},
footerError: {