You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}
The text was updated successfully, but these errors were encountered:
Currently we are using the format of the Month Label to be 'MMM', but since the
![Screen Shot 2023-02-12 at 11 04 01 PM](https://user-images.githubusercontent.com/117751089/218338430-9aa14c1d-5721-4e1b-8015-70b3da1e6dde.png)
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}
The text was updated successfully, but these errors were encountered: