Kaynağa Gözat

added missing single-text option

Amal Raghav 14 yıl önce
ebeveyn
işleme
517f95d8a4

+ 1 - 0
src/Symfony/Component/Form/Extension/Core/Type/DateTimeType.php

@@ -123,6 +123,7 @@ class DateTimeType extends AbstractType
             ),
             'date_widget'   => array(
                 null, // inherit default from DateType
+                'single-text',
                 'text',
                 'choice',
             ),