mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:38:11 +00:00
LibWeb: Add the HTMLInputElement.type attribute
This makes React react to change events on text <input> elements. :^)
This commit is contained in:
parent
5f54b8dd6c
commit
2660795bcf
3 changed files with 19 additions and 1 deletions
|
@ -17,6 +17,8 @@ interface HTMLInputElement : HTMLElement {
|
|||
[Reflect=dirname] attribute DOMString dirName;
|
||||
[Reflect=value] attribute DOMString defaultValue;
|
||||
|
||||
attribute DOMString type;
|
||||
|
||||
[LegacyNullToEmptyString] attribute DOMString value;
|
||||
|
||||
attribute boolean checked;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue