Skip to content

Example that works with MVVM #13

@Xioshock

Description

@Xioshock

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions