-
-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
Is your feature request related to a problem?
Yes, the problem is that I can't use two wrappers at once. @validated and for example @published
What solution would you like?
Maybe new wrapper that wraps both @validated and @published. @ValidatedPublisher or something like that
What alternatives have you considered?
None so far
Any additional context?
@published
@validated(.range(8...))
var exampleField = ""
or
@binding
@validated(.range(8...))
var exampleField = ""
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels