noph-ui 0.9.9 → 0.9.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -25,6 +25,8 @@
|
|
|
25
25
|
id,
|
|
26
26
|
form,
|
|
27
27
|
autofocus,
|
|
28
|
+
onchange,
|
|
29
|
+
oninput,
|
|
28
30
|
...attributes
|
|
29
31
|
}: SelectProps = $props()
|
|
30
32
|
|
|
@@ -173,6 +175,8 @@
|
|
|
173
175
|
{required}
|
|
174
176
|
{name}
|
|
175
177
|
{form}
|
|
178
|
+
{onchange}
|
|
179
|
+
{oninput}
|
|
176
180
|
bind:value
|
|
177
181
|
bind:this={selectElement}
|
|
178
182
|
>
|