Skip to content

[WIP] Javascript Validation #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open

[WIP] Javascript Validation #23

wants to merge 30 commits into from

Conversation

beberlei
Copy link
Collaborator

Making a pull request out of this so discussion is simpler.

Idea:

  1. Have a javascript library that mimcs the validation rules of the server side Symfony validation.
  2. Have a way to expose certain parts of the validation metadata to the client side.
  3. Combine validators and metadata to allow client side validation.

@@ -17,12 +17,16 @@ public function load(array $configs, ContainerBuilder $container)

$processor = new Processor();
$config = $processor->processConfiguration(new Configuration(), $configs);

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should not add trailing whitespaces :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants