jtsage / jtsage-datebox

A multi-mode date and time picker for Bootstrap (3&4), jQueryMobile, Foundation, Bulma, FomanticUI, and UIKit (or others)
http://datebox.jtsage.dev/
Other
474 stars 166 forks source link

New options: headerFollows[placeholder, title, label] #481

Closed jtsage closed 5 years ago

jtsage commented 5 years ago

Is your feature request related to a problem? Please describe. There is not an easy way to choose which descriptive text is used in the widget header

Describe the solution you'd like Current order of precedence:

  1. options.overrideDialogLabel
  2. placeholder attribute
  3. title attribute
  4. i18n.titleDateDialogLabel / i18n.titleTimeDialogLabel (mode dependant)

New options, defaulting to true, to preserve what it has done, in order of precedence:

Additional context Brought about re: #479, split for easy readability of release notes. (I don't do release notes, pull up the milestone display per version)