'rsuite date range selector- remove 'Ok' button
I am using rsuite for date range selector in my react app, but I don't want the highlighted 'Ok' button. How can we select a date range without that button? capture
Solution 1:[1]
You can use oneTap option for this
<DatePicker
value={value}
oneTap={true}
/>
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Roman Mahotskyi |
