We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b83d1f commit edd316aCopy full SHA for edd316a
2 files changed
playground/app/pages/components/input/input-time.vue
@@ -153,11 +153,13 @@ const inputTimeSchema = [
153
$formkit: 'nuxtUIInputTime',
154
name: 'time22',
155
label: 'Read Only',
156
+ defaultValue: new Time(18, 30),
157
readonly: true,
158
},
159
{
160
161
name: 'time23',
162
+ defaultValue: new Time(10, 45),
163
label: 'Disabled',
164
disabled: true,
165
playground/app/pages/components/input/pin-input.vue
@@ -152,15 +152,6 @@ const pinInputSchema = [
152
fixed: true,
length: 4,
- {
- $formkit: 'nuxtUIPinInput',
- name: 'pin19',
- placeholder: '0',
- label: 'Read Only',
- readonly: true,
- value: '123456',
- length: 6,
- },
$formkit: 'nuxtUIPinInput',
166
name: 'pin20',
0 commit comments