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
I have tried annotating the field Color.hex, but this also gets ignored. As far as I can tell, there is currently no way to have named types extend string.
The text was updated successfully, but these errors were encountered:
Related: #3904
I have these classes:
I would expect fields using the
Color
class to be resolved to aColor
type like this:Instead, they get resolved to a simple
string
type without the configured pattern:I have tried annotating the field
Color.hex
, but this also gets ignored. As far as I can tell, there is currently no way to have named types extendstring
.The text was updated successfully, but these errors were encountered: