Simon Guo
Simon Guo
https://rsuitejs.com/components/date-range-picker/#one-tap `One tap` is the effect you want?
Hello! Thank you for providing the detailed information. To better assist you with the issue, I suggest creating a sample using Codesandbox and attaching a recording of the problem occurring....
Hello! Thank you for the information you provided. According to your description, when using the `rowExpandedHeight` property, the table appears with an additional unexpected height after expanding a row. You...
Hi @Huyjoon1995 Thanks for the PR. Could you please add unit tests? > https://github.com/rsuite/rsuite/blob/main/src/DateRangePicker/test/DateRangePicker.spec.tsx
Hi Could you please provide a detailed explanation of this issue, preferably with a Codesandbox reproduction. Include the context in which it is used.
Hi We plan to improve the time input feature in future versions, allowing users to switch between AM/PM using specific keys (e.g., 'a' or 'p'). Currently, users can switch between...
V6 version documentation: https://rsuite-nextjs-git-next-rsuite.vercel.app/guide/usage/ Built artifacts: https://www.npmjs.com/package/rsuite/v/6.0.0-canary-20250702?activeTab=code
Got it. I think I should provide a standalone reset.css file or find a better solution for this. I'll look into it and address the issue as soon as possible.
Hi @ashalugin The code uses `__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED` as a conditional check, which is designed to support multiple React versions. However, to support React 19 is a messy and unworthy effort. Therefore,...
Hi, you can hide the clear [x] icon by setting `cleanable={false}`. Hope this solves your issue. ```tsx ```