Doma

Results 127 comments of Doma

这是一个与 `rsuite-table` 有关的议题,请 @simonguo 查看

@MarvelSQ I don't quite understand this use case. DateRangePicker is for providing dual-calendar view, and `oneTap` is for selecting multiple dates on the calendar view with a single click. If...

> but `DateRangePicker` with `oneTap` & `format="yyyy-MM"` unable to do anything. this behavior should be handled. such as remove these props, emit warning in dev or modify behavior I'm thinking...

Hi @Alessandro-Polcini, thanks for raising this! This is quite a rare case that we missed and indeed a good question. It's kinda like when you pass a non-numeric string to...

IMHO, Rate widget is not for displaying precise values, but for displaying levels. You can't expect users to read the precise value from a Rate widget without displaying the exact...

> About the clicking/tapping on the widget to select a value; you should only be able to select 1, 2, 3, 4, 5 in a 5-star rate widget. You should...

Hi @Alessandro-Polcini, I've read the other issue and posted my thoughts there. Let's find out what we expect from the DateRangePicker so that we could decide whether to add this...

Both `ref` and `inputRef` return the underlying HTMLInputElement, except when `plaintext` is set `true` - that way `ref` returns the root element of the component and `inputRef` returns nothing because...

这是一个有关 `rsuite-table` 的议题,请 @simonguo 查看

I'm routing this issue to @simonguo as it's related to Table component.