Simon Guo
Simon Guo
Please reproduce your problem through [codesandbox](https://codesandbox.io/s/5vq6zo2z5l).
Recommend you use [DateInput](https://rsuitejs.com/components/date-input/) ```tsx ```
Hi @obdulia-losantos thank you very much for your contribution! We have not upgraded the date-fns version, one of the reasons is that the latest version of date-fns will not support...
Hi @obdulia-losantos rsuite will deprecate IE11 in v6 and plan to upgrade date-fns. You can submit the date-fns upgrade PR to the [next branch](https://github.com/rsuite/rsuite/tree/next)
Hi @nandobutzke, If your goal is simply to highlight the selected row, you can easily achieve this using `onRowClick` and `rowClassName`. This approach is even more flexible, allowing for multiple...
Thank you @nandobutzke https://github.com/rsuite/rsuite/discussions/4228 React Suite is currently developing version 6, and one of the important tasks is adapting for mobile devices. If you're interested, you can help by checking...
Hi @Sume-Ishtiaq, could you please reproduce this issue in a CodeSandbox? It would help us investigate the problem more effectively.
Hi @Sume-Ishtiaq, this issue is likely due to React 19 compatibility problems. I will address it as soon as possible. In the meantime, you can use React 18.
Hi @edvansts Please use CustomProvider to configure locale. ```tsx import { CustomProvider, DateRangePicker } from 'rsuite'; import ptBR from 'rsuite/locales/pt_BR';