Skip to content

Commit

Permalink
TE-7001 Disabled html5 when format option in DateTime is used.
Browse files Browse the repository at this point in the history
  • Loading branch information
stereomon committed Oct 2, 2020
1 parent c0ca45e commit 8ea7dbd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ protected function addRequestedDeliveryDateField(FormBuilderInterface $builder)
'placeholder' => 'checkout.shipment.requested_delivery_date.placeholder',
'required' => false,
'input' => 'string',
'html5' => false,
'format' => static::FIELD_REQUESTED_DELIVERY_DATE_FORMAT,
'constraints' => [
$this->createDateTimeConstraint(),
Expand Down

0 comments on commit 8ea7dbd

Please sign in to comment.