flatpickr / flatpickr

lightweight, powerful javascript datetimepicker with no dependencies

Home Page:https://flatpickr.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug Report: with altInput & alFormat, the created input does not extract and use all the class names

Mashiane opened this issue · comments

Hi there

image

This image depicts the first input and then the created input when using altInput and altFormat.

On the created input element, not all class names were added. the input-md, input-primary for example are not added.

Managed to identify the cause. The classed in concern were added after initializing the date picker.