Skip to content

[Primitives:Select] Get rid of Option as the only option #113

@snatvb

Description

@snatvb

Hey, I've noticed that Select requires only optional value

Image

I think if I need to have it an optional - I can use Select::<Option<String>.
Also it's really confusing ReadOnlySignal<Option<Option<T>>> type.

For example if I need required option - I can't do it now and I need to use unwrap that move check on runtime instead static.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions