We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aaed08 commit 09be5e2Copy full SHA for 09be5e2
src/browser/html/elements.zig
@@ -732,6 +732,9 @@ pub const HTMLInputElement = struct {
732
pub fn set_value(self: *parser.Input, value: []const u8) !void {
733
try parser.inputSetValue(self, value);
734
}
735
+ pub fn _select(_: *parser.Input) void {
736
+ log.debug(.web_api, "not implemented", .{ .feature = "HTMLInputElement select" });
737
+ }
738
};
739
740
pub const HTMLLIElement = struct {
0 commit comments