Meteor-Community-Packages / meteor-autoform-bs-datepicker

Custom "bootstrap-datepicker" input type for AutoForm
MIT License
25 stars 32 forks source link

Global configuration options? #30

Closed brylie closed 7 years ago

brylie commented 9 years ago

How do we configure the datepicker? E.g. I would like to highlight the current date. Is there a recommended way to configure the global options for the bootstrap datepicker?

tbbooher commented 9 years ago

+1 i can't get basic options to take:

Template.entry_form.onRendered ->
  $("#entry_date_id").datepicker
    orientation: "top left"
gentunian commented 9 years ago

Same here. Can't set orientation and "auto" seems to not work reliably inside dialogs.

gentunian commented 9 years ago

Well, I've found this but can't set orientation there. Works for autoclose though.

EDIT: orientation: "top" works the other way around? q

aldeed commented 7 years ago

Closing old issues. Can be reopened if it's still an issue in the latest release.