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 = ""
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 = ""