You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set the conjunction config item to "\n", it isn't properly applied in between the items. If I set another value, say "xxx" or "|", those are applied as expected.
I would like to use "\n" as the conjunction so that I can print the dates into a textarea element with each date on one line.
This does work using vanilla FlatPickr, so the problem seems to be in the React component.
When I set the
conjunction
config item to"\n"
, it isn't properly applied in between the items. If I set another value, say"xxx"
or"|"
, those are applied as expected.I would like to use
"\n"
as the conjunction so that I can print the dates into a textarea element with each date on one line.This does work using vanilla FlatPickr, so the problem seems to be in the React component.
The text was updated successfully, but these errors were encountered: