mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:27:35 +00:00
LibWeb: Create a shadow tree for <input type=file> elements
This creates a button to prompt users to select a file, and a label to show information about the selected file(s). Clicking either shadow element will activate the input element.
This commit is contained in:
parent
8319c7cfb8
commit
435c2c24d1
6 changed files with 119 additions and 3 deletions
2
Tests/LibWeb/Layout/input/input-file.html
Normal file
2
Tests/LibWeb/Layout/input/input-file.html
Normal file
|
@ -0,0 +1,2 @@
|
|||
<input type="file" />
|
||||
<input type="file" multiple />
|
Loading…
Add table
Add a link
Reference in a new issue