Luca Barone

Results 14 issues of Luca Barone

From #939: "Combobox opening popover only after 1 character typed"

Add example for VisuallyHidden #939

A function like `allTheFieldOfTheNestedStructureAreTrue` I need to know if there is at least an error or not, to integrate `spected` with [Formik](https://github.com/jaredpalmer/formik) The formik hoc validate hook expect an empty...

HI, i'm trying to upgrade my universal application from react-router 3 to 4, and the only almost functioning async component its yours (I've tried react-loadable, but it flickers on first...

In certain circumstances, I need to save the data, but not to read it

First of all, thanks again for the amazing work on `formik`, I've recently upgraded it from 0.* to 1.3 without breaking changes 😲! I think this package brings not so...

On my dummy project I'm trying to render the not found page if an error occurs, and it works on the client side (rendering the LoadingComponent first, as I expect)....

### References: - [https://hiddedevries.nl/en/blog/2017-04-04-how-to-make-inline-error-messages-accessible](https://hiddedevries.nl/en/blog/2017-04-04-how-to-make-inline-error-messages-accessible) - [https://w3c.github.io/aria/#status](https://w3c.github.io/aria/#status) - [https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_alert_role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_alert_role) - [https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_status_role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_status_role) ### Describe the feature you'd like: Until today, I've always used `getByTestId` to find a form inline error: ```html Email...

I'm wondering if with cyclejs is possible to craft a generic Link component that accept the route from the props, and manage the click event handler internally. I saw the...

Type: Feature Suggestion
Status: Help Wanted
Weight: 2 - Could

### Current behavior Setting `defaultOpen` on useSelectStore in the [Select + Combobox](https://ariakit.org/examples/select-combobox) example breaks. ### Steps to reproduce the bug 1. Open sandbox: https://stackblitz.com/edit/6eymne?file=select-combobox%2Findex.tsx 2. Open the browser console to...

feature
has workaround