reactjsdatedaterangepickerrsuite

rsuite date range picker -- Remove 'X' cancel from the rsuite rangeDatepicker


I am using rsuite Daterangepicker I want to remove the cancel or 'x' button from it after the date is selected as I don't want the value to be null


Solution

  • Just set the prop cleanable to false:

    < DateRangePicker cleanable={false} />