Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit c61b438

Browse files
committed
feat(accessibility): support for required and fixing labels
1 parent 1a5c483 commit c61b438

File tree

9 files changed

+163
-2384
lines changed

9 files changed

+163
-2384
lines changed

dev/typescript/App.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ export default defineComponent({
101101
label: 'Name',
102102
type: 'text',
103103
value: 'Alvaro',
104+
required: true,
104105
} as TextInput,
105106
email: {
106107
label: 'Email',

0 commit comments

Comments
 (0)