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
While #1593 is a great step forward, I believe there is still work needed to be done in order to match the expectations developers have built using the core components:
While #1593 is a great step forward, I believe there is still work needed to be done in order to match the expectations developers have built using the core components:
1. Public components missing forwardRef:
https://github.com/mui-org/material-ui-pickers/blob/5560ade36a42a038bfef0cae25055ebc50577982/lib/src/views/Calendar/Calendar.tsx#L96
https://github.com/mui-org/material-ui-pickers/blob/5560ade36a42a038bfef0cae25055ebc50577982/lib/src/views/Clock/ClockView.tsx#L84
2. Ref not forwarded on the root element:
The ref is forwarded to the underlying
<input>
element, which is not the root element:Environment
Steps to reproduce
https://codesandbox.io/s/gracious-haibt-0pnhc
The text was updated successfully, but these errors were encountered: