LibWeb/HTML: Signal a type change

Type changes are now signaled to radio buttons. This causes other radio
buttons in the group to be unchecked if the input element is a checked
radio button after the type change.
This commit is contained in:
Glenn Skrzypczak 2025-04-20 19:48:47 +02:00 committed by Tim Ledbetter
parent 5f75558646
commit d4076ec9fa
Notes: github-actions[bot] 2025-04-23 06:21:06 +00:00
4 changed files with 44 additions and 1 deletions

View file

@ -389,6 +389,8 @@ private:
bool m_has_uncommitted_changes { false };
bool m_is_open { false };
void signal_a_type_change();
};
}