Files
ladybird/Userland/Libraries/LibWeb/HTML/HTMLInputElement.cpp
Tim Ledbetter 2a980816e7 LibWeb: Fire input event on user interaction with input element buttons
An input event is now fired when the step up or step down button of an
input element of type number is clicked.

This ensures that any associated <output> element is updated when these
buttons are clicked.
2024-06-26 10:15:07 +02:00

100 KiB