Skip to content

Explicitly define allowness of undefined in schema #243

@skorphil

Description

@skorphil

Is your feature request related to a problem? Please describe.
When i get data from store i always need to manually check if it return value or undefined

Describe the solution you'd like
Has ability to explicitly define if undefined is allowed in cell. So it will be correctly typed.

ie:

open: {type: ["boolean", "undefined"], default: false},

Describe alternatives you've considered
Each time i use validation on useRow or useTable - this is not very convenient

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