Index: Source/core/html/HTMLInputElement.cpp |
diff --git a/Source/core/html/HTMLInputElement.cpp b/Source/core/html/HTMLInputElement.cpp |
index 1d9d813b3e7548a845023376669094cb93df7d60..349256dc4d1f090d7fbd89ada6a3298026856ad1 100644 |
--- a/Source/core/html/HTMLInputElement.cpp |
+++ b/Source/core/html/HTMLInputElement.cpp |
@@ -1831,6 +1831,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()) { |