2

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

1 Answers1

0

You can use oneTap option for this

<DatePicker
  value={value}
  oneTap={true}
/>
Roman Mahotskyi
  • 4,576
  • 5
  • 35
  • 68