buttons
Description
shows/hides the Today and Clear buttons in the lower part of the popup with calendarsType
boolean
Default value
true
Example
<script>
const date = {
start: new Date(2020, 1, 1),
end: new Date(2021, 3, 3)
};
</script>
<DateRangePicker value={date} buttons={false} />
Related article: Hiding the Today and Clear buttons