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
The component should be converted to handle either case: controlled or uncontrolled or both, but not be in the current situation where it is partially controlled and partially uncontrolled.
The text was updated successfully, but these errors were encountered:
Simple input is currently partially converted to an uncontrolled component, but it still manages its internal text state.
This requires users to grab a dom ref of the input and manually clear it with a ref:
The component should be converted to handle either case: controlled or uncontrolled or both, but not be in the current situation where it is partially controlled and partially uncontrolled.
The text was updated successfully, but these errors were encountered: