standalone-forms icon indicating copy to clipboard operation
standalone-forms copied to clipboard

Results 7 standalone-forms issues
Sort by recently updated
recently updated
newest added

updated to symfony 4.2

I have updated for Symfony 4.2

Is there a working Example for Symfony4 out there somewhere? This example works fine with Symfony2.7, but I can't bring it to work in 4.0 :-/

This construct does not work anymore in Symfony 3+ (as you deprecated `getName()`): https://github.com/webmozart/standalone-forms/blob/2.7%2Btwig/web/index.php#L12 old: ``` php form = $formFactory->createBuilder() ->add('firstName', 'text', array( 'constraints' => array( new NotBlank(), new Length(array('min'...

Hey , First thanks for yout work to use Form Component alone. I have a problem when i try to translate the constraint messages in french. I just replace it...

Change: es|en|it| // Set up the Translation component $translator = new Translator('es'); $translator->addLoader('xlf', new XliffFileLoader()); $translator->addResource('xlf', VENDOR_FORM_DIR . '/Resources/translations/validators.es.xlf', 'es', 'validators'); $translator->addResource('xlf', VENDOR_VALIDATOR_DIR . '/Resources/translations/validators.es.xlf', 'es', 'validators');