rsuite date range selector- remove 'Ok' button

876 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 answers

0
Sumit Kohli On

You can use oneTap option for this

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