noph-ui 0.9.8 → 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
 
@@ -110,7 +112,7 @@
110
112
  aria-controls="listbox"
111
113
  aria-expanded={menuOpen}
112
114
  aria-label={attributes['aria-label'] || label}
113
- data-test-id={attributes['data-test-id']}
115
+ data-testid={attributes['data-testid']}
114
116
  bind:this={field}
115
117
  autofocus={disabled ? false : autofocus}
116
118
  onclick={(event) => {
@@ -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
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noph-ui",
3
- "version": "0.9.8",
3
+ "version": "0.9.10",
4
4
  "license": "MIT",
5
5
  "homepage": "https://noph.dev",
6
6
  "repository": {