How to hide or disable de “sort by” input and label for the vuetify 3 on mobile view
i am using a vuetify <v-data-table> to show some data :
Creating new Vue project with Vuetify not working
I have been following this guide and all its steps: https://www.youtube.com/watch?v=To5XzHlTS_E. However, when I run the “npm run dev” it seems like the styling is not applied correctly, please see image below. Why is my styles not working as expected even if I did all steps as mentioned in the video?
v-menu anchored in wrong place
I’m using vue3 on VS Studio with a standard project setup.
Binding a v-date-picker to a v-text-field with a formatted date
I am trying to bind a v-date-picker option to a v-text-field with the data formatted. I have a function I already use throughout my application called formateDate() and I am trying to apply this to the v-text-field value with the v-model of the datepicker as the input. When the v-menu loads and the initial value is loaded the v-text-field shows the formatted date but as soon as I select an option in the v-date-picker the value clears and nothing is shown. No errors are drawn either. Here is my code:
