ankurk91 / vue-bootstrap-datetimepicker

Vue.js component for eonasdan bootstrap datetimepicker
MIT License
223 stars 66 forks source link

config Settings Not Being Honored, bootstrap 4 #34

Closed temp1029 closed 6 years ago

temp1029 commented 6 years ago

This issue could possibly be because I am using BS4, but wanted to see if that's really the case.

I'm submitting a ... (check one with "x")

[X] Bug report => search github for a similar issue or PR before submitting
[ ] Feature request
[ ] Other, please describe

Tell about your platform

Current behavior Clear button not showing despite config option.

Expected behavior Clear button should show

Minimal reproduction of the problem with instructions Initilize date-picker, then click in field to open it

Code: image

Display image

ankurk91 commented 6 years ago

Sorry screenshots does not help, can you set a jsfiddle for the same?

https://jsfiddle.net/ankurk91/zupazg2u/

temp1029 commented 6 years ago

Thanks for the quick response!

Unfortunately there are some custom styles and (I think) functionality of the theme I'm using. When I just replace BS3 with BS4 in jsFiddle it breaks the entire picker, with nothing being displayed. I suspect these custom settings are whats causing the issue.

Any idea when you'll have Issue #33 done? Not trying to be rude, just want to see if I need to look for another solution or not.

ankurk91 commented 6 years ago

@temp1029 Will try to release beta this weekend

temp1029 commented 6 years ago

Cool, I’ll be happy to beta test it for you if you want.

ankurk91 commented 6 years ago

Just released v5.0.0-beta.1

npm install vue-bootstrap-datetimepicker@beta

Should track future updates on https://github.com/ankurk91/vue-bootstrap-datetimepicker/issues/33