Haixing-Hu / vue-datetime-picker

A Vue.js component implementing the datetime picker control using the Eonasdan's bootstrap datetime picker plugin.
http://haixing-hu.github.io/vue-datetime-picker/
MIT License
341 stars 77 forks source link

Unable to utilise DateTimePicker's full options. #23

Open Jono20201 opened 8 years ago

Jono20201 commented 8 years ago

In the application I work on we have used DateTimePicker without Vue. We often use the sideBySide option. We are unable to do that at the moment using this component,

I have submitted a PR for this. (https://github.com/Haixing-Hu/vue-datetime-picker/pull/22)

edit: It appears that it would be possible to do this using the control property, but it may still be useful to use these default options. You could then add a watcher to update DateTimePicker?