This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Form/Tests
Fabien Potencier 0da03cf98b feature #8291 [Form] Add allow_html5 option to date and time FormType to disable HTML5 input type (csanquer)
This PR was merged into the 2.6-dev branch.

Discussion
----------

[Form] Add allow_html5 option to date and time FormType to disable HTML5 input type

[Form] added allow_html5 option to date and time FormType to disable HTML5 input type when widget is set to single_text

| Q                    | A
| --------------------- | ---
| Bug fix?          | no
| New feature?   | yes
| BC breaks?     | no
| Deprecations? | no
| Tests pass?    | yes
| Fixed tickets   | #6927 #7123
| License           | MIT
| Doc PR           |

With this little patch we can have a single text widget without HTML5 date input type which is required when using some javascript date or time picker .

Commits
-------

392d6c7 add allow_html5 option to date and time FormType to disable HTML5 date input when widget is set to single_text
2014-09-23 08:30:39 +02:00
..
Extension feature #8291 [Form] Add allow_html5 option to date and time FormType to disable HTML5 input type (csanquer) 2014-09-23 08:30:39 +02:00
Fixtures [WIP][Form] Improve transformation failure message by providing property path 2014-07-08 21:17:23 +02:00
Guess fixed CS 2014-09-22 10:32:35 +02:00
Util [Form] Fixed Form::all() signature for PHP 5.3.3 2013-08-25 14:07:23 +02:00
AbstractDivLayoutTest.php Merge branch '2.3' into 2.4 2014-09-22 10:51:05 +02:00
AbstractExtensionTest.php moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
AbstractFormTest.php Fixed typos 2013-11-16 15:13:54 +00:00
AbstractLayoutTest.php Merge branch '2.4' into 2.5 2014-09-22 11:14:18 +02:00
AbstractRequestHandlerTest.php [Form] Fixed: If a form is not present in a request, it is not automatically submitted 2013-08-01 17:20:43 +02:00
AbstractTableLayoutTest.php Merge branch '2.3' into 2.4 2014-09-22 10:51:05 +02:00
ButtonTest.php [Form] Added test for disabling buttons 2014-03-31 11:59:54 +02:00
CallbackTransformerTest.php fixed CS 2014-09-22 10:32:35 +02:00
CompoundFormPerformanceTest.php Moved FormIntegrationTestCase and FormPerformanceTestCase to the Test namespace 2013-04-19 14:44:07 +02:00
CompoundFormTest.php Merge branch '2.4' into 2.5 2014-09-22 11:14:18 +02:00
FormBuilderTest.php removed deps checks in unit tests 2013-08-19 22:44:22 +02:00
FormConfigTest.php [Form] Renamed form processors to request handlers 2013-04-20 17:36:19 +02:00
FormFactoryBuilderTest.php fixed various inconsistencies 2014-02-11 11:29:24 +01:00
FormFactoryTest.php Deprecated max_length and pattern options 2014-03-26 10:50:40 +01:00
FormIntegrationTestCase.php Moved FormIntegrationTestCase and FormPerformanceTestCase to the Test namespace 2013-04-19 14:44:07 +02:00
FormPerformanceTestCase.php Moved FormIntegrationTestCase and FormPerformanceTestCase to the Test namespace 2013-04-19 14:44:07 +02:00
FormRegistryTest.php [Form] Make exception handling consistent with other components 2013-04-20 00:34:27 +03:00
FormRendererTest.php fixes PSR-0 issues in tests 2013-12-30 22:13:42 +01:00
NativeRequestHandlerTest.php fixed CS 2014-09-22 10:32:35 +02:00
ResolvedFormTypeTest.php fixed CS 2013-10-30 09:33:58 +01:00
SimpleFormTest.php Merge branch '2.5' 2014-09-22 13:59:59 +02:00