mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
Use the native `bind:value` to fix two-way reactivity. As a result, "type" is read through `$$restProps` because it cannot be dynamic when using `bind:value`. Extend value type to include `null` for the "number" type. This is similar to how `NumberInput` works; `null` represents "no value." |
||
---|---|---|
.. | ||
PasswordInput.svelte.d.ts | ||
TextInput.svelte.d.ts | ||
TextInputSkeleton.svelte.d.ts |