kobalte
kobalte copied to clipboard
A UI toolkit for building accessible web apps and design systems with SolidJS.
In `text-field`, `onChange` is only called when change originates from user interaction, but not when the controlled value changes. I think this is the right semantics. Some use cases need...
**Describe the bug** Implementing the Select primitive I found that the `onChange` function passes `undefined` as an argument to the callback if the current value selected is reselected. This breaks...
**Is your feature request related to a problem? Please describe.** There is no way to know about utils other than checking the source code
closes #313
Replace `` with a custom low overhead non-reactive implementation using solid's `h`.
**Describe the bug** text field becomes out of sync when value is set to `undefined`. When `setValue(undefined)` is used, the first character stays inside the text input. **To Reproduce** Use...
**Describe the bug** I am trying to use Kobalte in Astro, but it errors out because of missing `effect` export in `solid-js/web` when it tries to do server-side rendering it...
**Describe the bug** When trying to assign a `ref` of type `HTMLTextAreaElement` to a `TextField.TextArea` element, there is a type error of ``` Type 'HTMLTextAreaElement' is not assignable to type...