Skip to content

Add scalar type validation for validateForm  #15

@DamianAexol

Description

@DamianAexol

Example: If We pass string in an input field, which requires integer it should return error saying that types are incompatible. In this case it returns enum REQUIRED which is wrong.

Enum Errs only has: REQUIRED, VALUE_IN_ARRAY_REQUIRED

suggested enum name: INCOMPATIBLE_TYPE

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