-
Notifications
You must be signed in to change notification settings - Fork 63
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
Letter Madlib customization #707
Comments
To add dropdown buttons to your LetterLoad.vue component, you can use the v-select component from the Vuetify library. Here are the steps you can follow: Add the v-select component to your template:
This code creates a v-select component with a v-model binding to the selectedItem data property, an items prop that contains the dropdown options, and a label prop that sets the label for the dropdown. Add the items and selectedItem data properties to your Vue component:
This code sets the items data property to an array of objects that represent the dropdown options, and sets the selectedItem data property to null. Questions:
How this affects your community (var: community_input)
What is the benefit of supporting this (var: benefit_input)
What is the greater impact of supporting this (impact_input)
|
Hi Manisha, can I work on this one? |
@GinaCastromonte Hi Gina, I have begun working on this task -- creating four dropdowns to display the above questions in the letter. How would you like to divide other parts? |
@manishapriya94 Hi Manisha, I've implemented four dropdowns. One question I have is whether the style of the four dropdowns needs to strictly match the way the images are displayed. In addition, the images also have a circle around the user textbox area. Is this within the scope of this issue? Thank you! |
Frontend:
Backend
The text was updated successfully, but these errors were encountered: