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
Asked
Active
Viewed 596 times
1 Answers
0
You can use oneTap
option for this
<DatePicker
value={value}
oneTap={true}
/>

Roman Mahotskyi
- 4,576
- 5
- 35
- 68