-
### Problem Statement
The current implementation of FormProvider can trigger unnecessary re-renders in components that consume the context, even when the specific context values they rely on haven't …
-
When using **SimpleFormIterator** with **ArrayInput**, **ReferenceInput**, and **AutocompleteInput** in React Admin, selecting an item from the AutocompleteInput dropdown temporarily displays the sele…
-
### `package.json` file
```json
{
"dependencies": {
"@dnd-kit/core": "6.1.0",
"@dnd-kit/modifiers": "7.0.0",
"@dnd-kit/sortable": "8.0.0",
"@dnd-kit/utilities": "3…
-
I encountered an issue while developing the user registration feature using the **Password Provide**r from Convex Auth in a Next.js project. Upon submitting the registration form, the following error …
-
### Reproduction link
[![Edit on StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/vitejs-vite-zrnbko?file=src%2FApp.tsx)
### Steps to reprodu…
-
**Describe the bug**
Hey, I got this error #257, so I decided to update nextjs to the latest version (15), but I got another runtime error.
**To Reproduce**
Steps to reproduce the behavior:
1. U…
-
There are many select lists and checkboxes in WoltLab; it would be great to style them better. This could also go hand in hand with revamping the inputs in version 7.0.
Examples in my forum:
![Zrz…
-
In HTML, it's possible to have form components (buttons, inputs, selects, ...) outside of a form by adding the `form=#myFormId` attribute on them.
```html
Submit
a
b
```
…
-
### Prerequisites
- [X] I have searched the existing issues
- [X] I understand that providing a [SSCCE](http://sscce.org/) example is tremendously useful to the maintainers.
- [X] I have read the…
-
Consider refactoring from Formik to React Hook Form.
https://react-hook-form.com/