Closed itarafath closed 5 years ago
Disregard above comment - for anyone else looking at this in the future, you can pass props through to the text-field in the following manner:
<v-datetime-picker
:textFieldProps="datetimePickerProps"
>
and in your data
object:
datetimePickerProps: {
prependIcon: 'mdi-clock'
}
Thanks!
@itarafath - sorry for commenting on an old PR, but do you remember why this was closed? It would be good to see this functionality added