Liform icon indicating copy to clipboard operation
Liform copied to clipboard

PHP library to render Symfony Forms to JSON Schema

Results 28 Liform issues
Sort by recently updated
recently updated
newest added

Hi there! Thanks for maintaining the package so far. I created this PR to get it compatible with PHP8. PHPUnit tests ran fine with this setup, I hope its of...

No updates in 16 months. I need this for a project running on PHP8 but can't cause all the PRs are in limbo

I got the following error when normalizing a form containing `SubmitButton` with the `InitialValuesNormalizer` : `Argument 1 passed to Limenius\Liform\Serializer\Normalizer\InitialValuesNormalizer::getValues() must be an instance of Symfony\Component\Form\Form, instance of Symfony\Component\Form\SubmitButton given,...

This Package requires Php7.2.5, so when I tried to upgrade a project which uses this package it gave me an error.

I was wondering if they are supported, or planned to be developed: http://json-schema.org/understanding-json-schema/reference/conditionals.html

@nacmartin I've found that the following annotation is not being serialized as expected: Using the **Length** annotation from the [Symfony's doc](https://symfony.com/doc/current/reference/constraints/Length.html#basic-usage), it turns out that minLength is correctly being added...