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
{{ message }}
This repository was archived by the owner on Apr 9, 2026. It is now read-only.
When I erase the value of the hospital name field in the onboarding flow then it automatically resets to a inferred value from the users's email address when it should instead remain blank and enter into an error state so that the user can manually enter their preferred hospital name
I suspect this will be a fix in the use effect function on state re-render to protect against redundant injections of a default placeholder value into the actual input value in state
When I erase the value of the hospital name field in the onboarding flow then it automatically resets to a inferred value from the users's email address when it should instead remain blank and enter into an error state so that the user can manually enter their preferred hospital name
I suspect this will be a fix in the use effect function on state re-render to protect against redundant injections of a default placeholder value into the actual input value in state