react-ymd-date-select
react-ymd-date-select copied to clipboard
How to get Month Label String, when using useDateSelect hook
Currently we are using the format of the Month Label to be 'MMM', but since the monthValue returned by hook contains only the value without the label which makes the component run into the problem of not showing the Label as the img below.

The hook should return the formatted Label, so Month should be passed as a value prop to the Select element as {value, label}