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
Where we want a SelectField that doesn't have a value prop, b/c every time the onSelect is called, we invoke a side-effect, but then revert to an empty select field.
The text was updated successfully, but these errors were encountered:
Something like
AddSelectField
(?) but for this use case:https://github.com/homebound-team/internal-frontend/pull/4008/files?w=1#r1258480223
Where we want a
SelectField
that doesn't have avalue
prop, b/c every time theonSelect
is called, we invoke a side-effect, but then revert to an empty select field.The text was updated successfully, but these errors were encountered: