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
It seems that a truthy check is done on the prop value which returns false for an empty string (which i have as a value in a picklist item). In the case where the value prop is updated to the empty string "", the Picklist component does not update to this value. Any other string is OK.