mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
chore(forms): remove required on Input, Select and Textarea name
Resolves #236
This commit is contained in:
@@ -55,7 +55,7 @@ export default defineComponent({
|
||||
},
|
||||
name: {
|
||||
type: String,
|
||||
required: true
|
||||
default: null
|
||||
},
|
||||
placeholder: {
|
||||
type: String,
|
||||
|
||||
@@ -71,7 +71,7 @@ export default defineComponent({
|
||||
},
|
||||
name: {
|
||||
type: String,
|
||||
required: true
|
||||
default: null
|
||||
},
|
||||
placeholder: {
|
||||
type: String,
|
||||
|
||||
@@ -38,7 +38,7 @@ export default defineComponent({
|
||||
},
|
||||
name: {
|
||||
type: String,
|
||||
required: true
|
||||
default: null
|
||||
},
|
||||
placeholder: {
|
||||
type: String,
|
||||
|
||||
Reference in New Issue
Block a user