Simon Guo
Simon Guo
Hi @electroheadfx I added a `decimalSeparator` prop to InputNumber to customize the decimal separator. Here is an example https://rsuite-nextjs-git-feat-inputnumber-decimalseparator-rsuite.vercel.app/components/input-number/#decimal-separator
同样的问题
我查看了执行过程, 发现是在执行 `glob` 报错: https://github.com/iconfont-cli/taro-iconfont-cli/blob/master/src/commands/index.ts#L38 编译后的代码是: https://www.npmjs.com/package/taro-iconfont-cli?activeTab=code  `glob_1.default` 的调用是 undefined, 可能和 ts 版本有关系, 希望可以给修复提供帮助. 我目前的解决办法是, 手动安装 `npm i glob`
Hi @kaaviya-min You can modify the text of the buttons in DateRangePicker using the locale prop. ```tsx ``` Or configure it globally through CustomProvider. ```tsx ``` DateRangePicker doesn't have a...
Hi @Arsen-Sultanov You can try to use other elements instead of VStack as the parent element of Table. VStack has a flex layout, which may affect the style of Table.
Hi @nimitdesai2000 Please check if it is the impact of multiple UI libraries on the z-index of the component. If so, you can set the `container` property for DatePicker to...
The root cause of this issue is that when autoFocus is triggered, the browser by default attempts to scroll the input field into the visible area. As for why it...
I cannot reproduce this error. Please try the following methods: 1. Delete your local node_modules directory, then reinstall dependencies and restart your editor 2. Run eslint via command line to...
Sorry, we did not make it clear in the documentation that when using `useToaster`, a rendering container needs to be provided for the Toaster: ```jsx root.render( ); ```
Hi @rickhellenthal According to your suggestion, I added a `calendarSnapping` property. You try it to see if it meets the needs of your application. https://rsuite-nextjs-git-feat-date-range-picker-calendar-97001f-rsuite.vercel.app/components/date-range-picker/