You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working with the v-time-picker component in Vuetify, and I need the hour and minute inputs (currently read-only) to be editable by the user. Ideally, users should be able to click on these inputs and manually change the hour and minute values, in addition to using the graphical selector.
Proposed solution
The hour and minute should be displayed as v-text-field components with full editing capabilities.
Manually entered values should be validated and reflected in the picker component.
The text was updated successfully, but these errors were encountered:
Problem to solve
I'm working with the v-time-picker component in Vuetify, and I need the hour and minute inputs (currently read-only) to be editable by the user. Ideally, users should be able to click on these inputs and manually change the hour and minute values, in addition to using the graphical selector.
Proposed solution
The hour and minute should be displayed as v-text-field components with full editing capabilities.
Manually entered values should be validated and reflected in the picker component.
The text was updated successfully, but these errors were encountered: