themesberg / flowbite

Open-source UI component library and front-end development framework based on Tailwind CSS
https://flowbite.com
MIT License
7.3k stars 710 forks source link

Datarange picker does not become inline #856

Closed Mauro207 closed 4 weeks ago

Mauro207 commented 2 months ago

The datarange picker cannot be put inline in any way. Using the current attributes, the datarange picker cannot be fixed.

zoltanszogyenyi commented 1 month ago

Hey @Mauro207,

I'll check this as I'm working on an upgraded API for the datepicker component/plugin.

Cheers, Zoltan

zoltanszogyenyi commented 4 weeks ago

Hey @Mauro207,

Unfortunately it is not currently possible to add a date range picker inline.

However, you can add two separate inline datepickers and take the value from each of them.

It would get to the same result, the difference would be the lack of the range bar only.

Thanks, Zoltan