themesberg / flowbite-react

Official React components built for Flowbite and Tailwind CSS
https://flowbite-react.com
MIT License
1.82k stars 406 forks source link

Bug in decade date option #1211

Open drokbers opened 7 months ago

drokbers commented 7 months ago

ScreenShot

image

Context

There is a bug in the UI when selecting the 10 years option when selecting the date

package.json

"flowbite": "^1.8.1",
"flowbite-react": "^0.6.4",
kharbandaashu commented 7 months ago

@drokbers could you please add more info ?

drokbers commented 7 months ago

@drokbers could you please add more info ?

I added package versions. Idk what to add more. Bug looks clear I believe

teddythinh commented 1 month ago

Hi guys, I also get a bug with decades option. After clicking on the decades' option, all of the options are disabled, even the buttons are disabled.

image

I tested it out on the React documentation page: https://flowbite-react.com/docs/components/datepicker#default-datepicker

image

When I tested it on the HTML documentation page, it worked: https://flowbite.com/docs/components/datepicker/#datepicker-example

package.json

"flowbite": "^2.4.1",
"flowbite-react": "^0.7.2",
Maraket commented 4 weeks ago

I have just tested https://flowbite-react.com/docs/components/datepicker#default-datepicker with Chrome 126.0.6478.182 (Official Build) (arm64) and I can confirm when navigating to the DatePickers decade select:

Maraket commented 4 weeks ago

The problem was pretty minor, and hopefully someone reviews and accepts my PR to fix this