Skip to content

Form validation across multiple fields #1

@duemunk

Description

@duemunk

When you have multiple specifications in a view, it would be nice with a way to combine specifications that satisfies against separate inputs.

So instead of:

if spec1 == text1 && spec2 == text2 {}

Maybe something like:

let fullSpec = spec1.and.spec2
if fullSpec(text1, text2) {}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions