| Index: Source/core/html/forms/MonthInputType.cpp
|
| diff --git a/Source/core/html/forms/MonthInputType.cpp b/Source/core/html/forms/MonthInputType.cpp
|
| index 647ac3517705d707b15087e998e0553192a82293..02de23ccf018f0c4f407e8d90f165bed154c6e19 100644
|
| --- a/Source/core/html/forms/MonthInputType.cpp
|
| +++ b/Source/core/html/forms/MonthInputType.cpp
|
| @@ -134,6 +134,11 @@ bool MonthInputType::isMonthField() const
|
| return true;
|
| }
|
|
|
| +bool MonthInputType::canSetSuggestedValue()
|
| +{
|
| + return true;
|
| +}
|
| +
|
| #if ENABLE(INPUT_MULTIPLE_FIELDS_UI)
|
| String MonthInputType::formatDateTimeFieldsState(const DateTimeFieldsState& dateTimeFieldsState) const
|
| {
|
|
|