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
Just set the prop cleanable to false:
cleanable
false
< DateRangePicker cleanable={false} />