rsuite date range selector- remove 'Ok' button

897 Views Asked by At

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

There are 1 best solutions below

0
On

You can use oneTap option for this

<DatePicker
  value={value}
  oneTap={true}
/>