foundation-datepicker icon indicating copy to clipboard operation
foundation-datepicker copied to clipboard

Showing Datepicker Inline

Open iperdiscount opened this issue 8 years ago • 4 comments

I would like to add the datepicker without clicking anywhere, is it possible? Thanks in advance, Luca

iperdiscount avatar Apr 22 '16 17:04 iperdiscount

yeah same here.

freeman29 avatar Jul 06 '16 14:07 freeman29

+1

stephane-r avatar Jul 22 '16 06:07 stephane-r

+1

Lefthandmedia avatar Jun 15 '18 20:06 Lefthandmedia

Adding fdatepicker inline to a DIV instead to an INPUT would work if line 30 of foundation-datepicker.js is changed from this this.isInline = false; to: this.isInline = options.isInline || false;

Then the inline functionality is available as option, like: $('#selector').fdatepicker({ isInline:true });

m-r-h-n avatar Apr 09 '21 11:04 m-r-h-n