How can I get the value from v-select using a name attribute whilst using vuetify
While using v-text-field on vuetify I am able to use the name attribute and capture the form input. However, a name attribute on v-select doesn’t seem to work. I am currently using Vuetify for theming only within a laravel application and do not want to reach into using v-model. Is there a way to work around this so I can get the form value from v-select.
<v-select name="parent_id"
:items=""
label="Select Parent"
hint="" persistent-hint="">
</v-select>
For brevity, ive not included the v-text-field options. However on the backend I am able to obtain everything other than parent_id as shown.
from Laravel Questions and Answers https://laravelquestions.com/laravel/how-can-i-get-the-value-from-v-select-using-a-name-attribute-whilst-using-vuetify/
via Lzo Media
No comments:
Post a Comment