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 -1
View File
@@ -133,6 +133,7 @@ following classes is instantiated:
@item{@racket[wv-input/check%] for @racket['checkbox]}
@item{@racket[wv-input/radio%] for @racket['radio]}
@item{@racket[wv-input/color%] for @racket['color]}
@item{@racket[wv-input/select%] for an HTML @tt{select} element}
@item{@racket[wv-element%] otherwise}]
Newly created wrappers receive this window through the @racket[window] init
@@ -537,4 +538,4 @@ This module also re-exports the public APIs from:
@item{@racketmodname[rgba]}
@item{@racketmodname[wv-settings]}]
It also re-exports @racket[webview-version].
It also re-exports @racket[webview-version].