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
Currently the value attribute is not forced to be a String type. If I pass in a boolean the component will not do the comparisons properly as true != 'true'. We should always force the value component to always be String type.
The text was updated successfully, but these errors were encountered:
Currently the value attribute is not forced to be a String type. If I pass in a boolean the component will not do the comparisons properly as true != 'true'. We should always force the value component to always be String type.
The text was updated successfully, but these errors were encountered: