darrenfang / vuetify-datetime-picker

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

Add more vuetify props #21

Closed TheNoim closed 5 years ago

TheNoim commented 5 years ago

Forgot some vuetify props. Noticed it when I changed all of my input styles to box and was not able to change it for the date input.

TheNoim commented 5 years ago

Do not merge. Something prevents the components to render. Will check it out later.

darrenfang commented 5 years ago

The code was refactored. Use textFieldProps, datePickerProps and timePickerProps to set the properties of the component.