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
Sorry for delay. value={null} means you control the value to be null which is match with clear operation. It's by design and not a bug. I will revert pr #913. For uncontrolled should use undefined instead of null. If your case need trade null as same behavior as undefined, pls HOC picker instead.
Expected Behavior
defaultValue
should be applied whenvalue
isnull
.Link
https://codesandbox.io/p/devbox/rc-picker-playground-forked-3nhyt2?workspaceId=ws_3QLa1fC9z31NSTkNNrEQtj
code
The text was updated successfully, but these errors were encountered: