darrenfang / vuetify-datetime-picker

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

"Event Access_time" panel? #22

Closed WhatFreshHellIsThis closed 5 years ago

WhatFreshHellIsThis commented 5 years ago

I just attempted to use this component and for some reason it has a panel at the top with what appear to be buttons or links that do nothing but are labelled "Event" and "Access_time" and are causing a scroll bar to appear to the right.

What are these and how do I remove them?

WhatFreshHellIsThis commented 5 years ago

Ahh...I see what is happening, this component assumes a certain icon set is being used. I don't use that icon set.

jextrevor commented 5 years ago

@WhatFreshHellIsThis Did you figure out a solution to this? I'm having the same problem. Trying to avoid having to make a fork of this project.

WhatFreshHellIsThis commented 5 years ago

Yes, I ran into multiple other issues and ended up writing my own composite control which was surprisingly easier than I expected using the stock vuetify date and time pickers together.