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
On the compiler side we should report if there is a MaxLength on a string.
However, on choice types, we can't always know and should just ignore non-strings (or other non-compatible types) when checking MaxLength.
Identical to what we do with BindingAssertion on a non-bindeable element.
The text was updated successfully, but these errors were encountered: