t0gre / react-datepicker

An easily internationalizable, accessible, mobile-friendly datepicker library for the web, build with styled-components.
https://react-datepicker.netlify.com/
MIT License
331 stars 54 forks source link

Close button modification #140

Closed NMilivojevic closed 2 years ago

NMilivojevic commented 2 years ago

@datepicker-react/hooks or @datepicker-react/styled version e.g. @datepicker-react/hooks@1.0.0

Is it possible to modify the close button for DateSingleInput, more precisely to remove the 'Close' text and for just the 'X' to remain? The only exposed prop is the showClose: boolean, as far as I have seen. Thanks!