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

Commit

Permalink
feat(accessibility): support for required and fixing labels
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Oct 14, 2020
1 parent 1a5c483 commit c61b438
Show file tree
Hide file tree
Showing 9 changed files with 163 additions and 2,384 deletions.
1 change: 1 addition & 0 deletions dev/typescript/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export default defineComponent({
label: 'Name',
type: 'text',
value: 'Alvaro',
required: true,
} as TextInput,
email: {
label: 'Email',
Expand Down
Loading

0 comments on commit c61b438

Please sign in to comment.