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'm using enum properties for a project, and I want 2 props: pid & code. Right now, I have to set code as the result of to_string, as I want a "custom" enum field.
Could formatting (like {0}) be implemented on enum properties?
Thanks,
Alex <3
The text was updated successfully, but these errors were encountered:
Hallo!
I'm using enum properties for a project, and I want 2 props: pid & code. Right now, I have to set code as the result of to_string, as I want a "custom" enum field.
Could formatting (like {0}) be implemented on enum properties?
Thanks,
Alex <3
The text was updated successfully, but these errors were encountered: