Skip to content

Validate without request #717

Open
Open
@zaartix

Description

@zaartix

I want to make ajax validation durning form fill. So each input is listened by js and saving to database the value, not matter if it valid or not. After save i'm fetching all saved values from db and calling $form->setValue($value);

So, this form is always not valid without $form->setRequest($request);

How to validate in this case? Form filled by setValue without request, because request contains only one field, i don't want to submit whole form each time any field changed.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions