Added select support.

This commit is contained in:
2026-08-06 00:08:24 +02:00
parent 3d4deed94a
commit 963fec5df5
6 changed files with 100 additions and 5 deletions
+2 -2
View File
@@ -100,7 +100,7 @@
" return a;\n"
" } else { \n"
" if (a === null) {\n"
" return false;\n"
" return el.tagName;\n"
" } else {\n"
" return a;\n"
" }"
@@ -124,6 +124,7 @@
((eq? type 'checkbox) wv-input/check%)
((eq? type 'radio) wv-input/radio%)
((eq? type 'color) wv-input/color%)
((eq? type 'select) wv-input/select%)
((eq? type 'unknown) (begin
(err-webview "Element with id '~a' not found"
id)
@@ -602,4 +603,3 @@
handler)
)