Refactor #5176 - invalid property added

This commit is contained in:
tugcekucukoglu 2024-01-30 14:27:56 +03:00
parent b42c9eb7ee
commit a9a254915c
54 changed files with 198 additions and 12 deletions

View file

@ -18,6 +18,10 @@ export default {
default: '200px'
},
placeholder: String,
invalid: {
type: Boolean,
default: false
},
disabled: Boolean,
inputId: {
type: String,