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

Custom "bootstrap-datepicker" input type for AutoForm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Global configuration options?

brylie opened this issue · comments

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?

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

Template.entry_form.onRendered ->
  $("#entry_date_id").datepicker
    orientation: "top left"

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

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

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

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