| Index: Source/core/html/HTMLInputElement.cpp
|
| diff --git a/Source/core/html/HTMLInputElement.cpp b/Source/core/html/HTMLInputElement.cpp
|
| index b6b46f7d71c4924503cca79ec8942df4809136c7..88a91319d2bb57e84c7677fdd870c7d46553e70d 100644
|
| --- a/Source/core/html/HTMLInputElement.cpp
|
| +++ b/Source/core/html/HTMLInputElement.cpp
|
| @@ -1832,6 +1832,7 @@ bool HTMLInputElement::setupDateTimeChooserParameters(DateTimeChooserParameters&
|
|
|
| parameters.anchorRectInRootView = document().view()->contentsToRootView(pixelSnappedBoundingBox());
|
| parameters.currentValue = value();
|
| + parameters.doubleValue = m_inputType->valueAsDouble();
|
| parameters.isAnchorElementRTL = computedStyle()->direction() == RTL;
|
| if (RuntimeEnabledFeatures::dataListElementEnabled()) {
|
| if (HTMLDataListElement* dataList = this->dataList()) {
|
|
|