Jonathan Chan

Results 3 issues of Jonathan Chan

## Current Behaviour https://user-images.githubusercontent.com/6487613/172802066-bf5b71d1-b3b4-4198-b9e9-e9a6960e2cc1.mp4 When sorting via the keyboard, pressing the `Left/Right` arrow key incorrectly selects the next time. `dnd-kit` incorrectly selects the item on the **next line** as the...

### Current behavior What am I trying to achieve? I'm trying to disable the input when the form is submitting, but it seems that this breaks the default validation logic....

stale
potential bug
has workaround

### Motivation https://github.com/ariakit/ariakit/blob/70b384c5f29bf8d2de81b5260c19b896d27e8069/packages/ariakit-core/src/form/form-store.ts#L30 Currently, the error message is restricted to only be a string. This is quite limiting. Allow `ReactElement` to be used as well, so we can have actionable...

feature
typescript
stale
has workaround