orbeon / orbeon-forms

Orbeon Forms is an open source web forms solution. It includes an XForms engine, the Form Builder web-based form editor, and the Form Runner runtime.
http://www.orbeon.com/
GNU Lesser General Public License v2.1
511 stars 220 forks source link

Month control #6369

Open avernet opened 3 weeks ago

avernet commented 3 weeks ago

HTML has a <input type="month"> (see link below), which would make this very easy to implement, unfortunately it isn't supported by Safari and Firefox. An alternative would to use bootstrap-datepicker, which we now use for the date widget, with minViewMode: 1 (month), format: "yyyy-mmm".

+1 from customer