|
|
@@ -168,6 +168,8 @@ bool ElementFormControlSelect::GetIntrinsicDimensions(Vector2f& intrinsic_dimens
|
|
|
|
|
|
void ElementFormControlSelect::OnAttributeChange(const ElementAttributes& changed_attributes)
|
|
|
{
|
|
|
+ ElementFormControl::OnAttributeChange(changed_attributes);
|
|
|
+
|
|
|
auto it = changed_attributes.find("value");
|
|
|
if (it != changed_attributes.end())
|
|
|
SetValue(it->second.Get<String>());
|