Fabien MARIE-LOUISE
Fabien MARIE-LOUISE
Hi, It would be nice to have an option like the [`sveltekit package`](https://kit.svelte.dev/docs#packaging) to allow people to create library without the pain to configure rollup or vite build config, add...
Hello, I have two pages in my Xamarin.Forms App embbeded in a NavigationPage. In Page2 i have a SegmentedControl component. When i go back from Page2 to Page1 SegmentedControl.ValueChanged is...
Hi, Currently `soild-start-mdx` doesn't accept params so it's not possible to extends the mdx configuration with additional plugins.
# 1.0 Release Checklist The following is an in progress list of remaining tasks before the release of 1.0 which is a **complete rewrite** of the library. ## UI Components...
Since `Select` doesn't render a native `select` element, it doesn't works with the native html `form` element. **Solution:** Add a visually hidden `select` element inside `Select`. **Problem:** Native `select` element...
When passing an Hope UI component to the `as`prop, the props of the component passed doesn't get intellisense. In the below example we don't get intellisense for the `colorScheme` prop...
`Checkbox`, `Radio` and `Switch` has an internal `checked` state to manage a `data-checked` attribute used in the `Control` and `Label` parts of these components. The problem is that state can...
**Describe the bug** `Arrow` of all popper components (`Tooltip`, `Menu`, `Popover`, etc...) are not displayed correctly on Windows. **To Reproduce** The arrow show correctly on MacOS but not on Windows:...
**Is your feature request related to a problem? Please describe.** Since `v0.11.0` the `Combobox` component only support client side filtering, because of several bugs, meaning you have to pass all...
**Is your feature request related to a problem? Please describe.** An headless `Command` component like [cmdk](https://cmdk.paco.me/). **Additional context** Can use Kobalte's `Combobox` behavior as the basis. Currently available alternative: https://github.com/create-signal/cmdk-solid