Lasse Narula

Results 1 comments of Lasse Narula

We could do this: ```typescript // index.jsx - line: 1314 const buttonProps = { type: "button", className: clsx("react-datepicker__close-icon", clearButtonClassName, { "react-datepicker__close-icon--disabled": disabled, }), disabled, "aria-label": ariaLabelClose, onClick: this.onClearClick, title: clearButtonTitle,...