@axium/client 0.26.0 → 0.26.1

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.
@@ -163,7 +163,7 @@
163
163
  {:else if schema.type == 'literal'}
164
164
  <div class="ZodInput">
165
165
  <label for={id}>{labelText}</label>
166
- <select bind:value {id} {oninput} required={!optional}>
166
+ <select bind:value {id} {onchange} required={!optional}>
167
167
  {#each schema.values as literal}
168
168
  <option value={literal} selected={value === literal}>{subText(String(literal), { $default: String(literal) })}</option>
169
169
  {/each}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axium/client",
3
- "version": "0.26.0",
3
+ "version": "0.26.1",
4
4
  "author": "James Prevett <jp@jamespre.dev>",
5
5
  "funding": {
6
6
  "type": "individual",