darrenfang / vuetify-datetime-picker

DatetimePicker component for Vuetify.js. https://darrenfang.github.io/vuetify-datetime-picker/
MIT License
175 stars 127 forks source link

The `class` property should be added to the textfield #83

Open zhangv opened 4 years ago

zhangv commented 4 years ago

When we have to put the datetime-picker in the form page, the layout can be quite tricky if we cannot set the class of the inner v-text-field of the datetime-picker. As the display of the component is a v-text-field after all.

zhangv commented 4 years ago

There's a textFieldProps to solve my case. Just wondering if we can make the interface more straightforward.