Nathan Saritzky

Results 3 issues of Nathan Saritzky

## Expected behavior `#|` Typing a quotation mark after # should generate a matching mark `#""|` ## Actual behavior Instead, no matching mark is inserted. `#"|` Then, when you add...

**Describe the bug** The Popover element renders correctly and opens in the browser, but it fails to open when using vitest and testing-library. **To Reproduce** See [this repo](https://github.com/nsaritzky/kobalte-popover-testing-error) for a...

The spec for the [ARIA Combobox design pattern](https://www.w3.org/WAI/ARIA/apg/patterns/combobox/) lays out 4 levels of autocompletion. The Kobalte combobox currently supports the first two levels, but it stops there. This issue is...