Fabien MARIE-LOUISE

Results 10 issues of 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...

enhancement

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.

enhancement

# 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...

v1.0
WIP

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...

enhancement
v1.0

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...

bug
v1.0

`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...

bug
v1.0

**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