-
I am using it like this:
```
```
what gets displayed in the textarea is just `formState.commentBody` and `Textarea` is defined as:
```
import React, { forwardRef } from 'react';
impor…
DaCao updated
2 years ago
-
First off, my apologies if this is not the right place to post this question.
Following is a simple script that I am using in order to test the behavior of `selectorFamily`.
```
import {atom, se…
-
**Describe what scenario you think is uncovered by the existing examples/articles**
Hello! I'm new to Dart and Flutter, but I've used React a lot. Since this library is a port of React hooks, I'd s…
-
**Describe the bug**
Currently, root errors are `onChange`/`append` written to`myArray.message` and `onSubmit` written to `myArray.root`.
**To Reproduce**
Steps to reproduce the behavior:
1. G…
-
Hello,
I have an object - which looks like this 👇
```javascript
export const user = {
id: undefined,
name: undefined,
createdOn: undefined,
contact: {
title: '',
honorific: …
-
### Problem
`HxFormState` is a cascading parameter that affects the enabled or disabled state of form elements. However, it only applies if `Enabled` attribute is not set on the individual element. T…
-
I have the same problem as mentioned [here](https://stackoverflow.com/questions/77118018/zod-schema-not-triggering-required-error-for-empty-strings#:~:text=The%20required_error%20property%20in%20Zod%2…
-
`safeValue` is like `$` of `FieldState` in formstate-x v2, while with some differences:
1. Naming as `safeValue` (or something else) instead of `$`
2. All states (including `FormState`, `ArrayForm…
-
Currently, we have a typescript error in PlanWorkComponent, I think it's best to fix it to reduce background noise for error detection.
-
[https://github.com/facebook/react/issues/18178](url)
my strack trace links the above issue with this code in react-use-form-state:
```js
if (formState.current.touched[name] == null) {
>>> f…