Skip to content

Is it possible to set multiple field errors at once? #185

@syedabuthahirm

Description

@syedabuthahirm

I didn't find a way to set multiple field errors at once to form.

In FORM API i found setError and setFormError function only but i didn't see function to set all of my field errors at once like below

setForms({
   'email' : 'already exists',
   'password' : 'password sholudnot contain your name'
})

Am i missing something (in API Doc) or currently this function is not supported by this package.?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions