-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Amanz55 demo #296
base: main
Are you sure you want to change the base?
Amanz55 demo #296
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
<v-text-field label="Legal first name*" required></v-text-field> | ||
</v-col> --> | ||
<!-- <v-col cols="12" sm="6" md="4"> | ||
<v-text-field | ||
label="Legal middle name" | ||
hint="example of helper text only on focus" | ||
></v-text-field> | ||
</v-col> --> | ||
<!-- <v-col cols="12" sm="6" md="4"> | ||
<v-text-field | ||
label="Legal last name*" | ||
hint="example of persistent helper text" | ||
persistent-hint | ||
required | ||
></v-text-field> | ||
</v-col> --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets remove the comments if we dont need it
:items="['0-17', '18-29', '30-54', '54+']" | ||
label="Age*" | ||
required | ||
></v-select> | ||
</v-col> --> | ||
<!-- <v-col cols="12" sm="6"> | ||
<v-autocomplete | ||
:items="[ | ||
'Skiing', | ||
'Ice hockey', | ||
'Soccer', | ||
'Basketball', | ||
'Hockey', | ||
'Reading', | ||
'Writing', | ||
'Coding', | ||
'Basejump', | ||
]" | ||
label="Interests" | ||
multiple | ||
></v-autocomplete> | ||
</v-col> --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here too, remove the comments
<!-- <v-btn color="primary" dark v-bind="attrs" v-on="on"> | ||
Open Dialog | ||
</v-btn> --> | ||
<!-- <v-btn |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here as well. remove the comments
Finalized UI with state and some functions