Omer

Results 15 issues of Omer

First of all, thank you for your hard work and these great bundle of types! Straight to the issue, Here is a sandbox that includes the described the issue: https://codesandbox.io/s/immutable-cookies-iko29?file=/src/index.ts...

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 I think sx prop can easily...

status: needs triage

I think its trivial to have a way to trigger form validations manually without calling submit. Is there a way to achieve this? Thanks you rock!

Hey, Great work, love this library! I have one tiny issue with it, The config is not accessible once form is created. Why is that? I mean you can change...

So today in order to update cache correctly, you should use the cache api after an object is added, deleted, and also if update causes relational changes. So my idea...

📕 cache

```jsx // App.tsx // This is where the magic begins ``` ```jsx //Somefile.ts ReactSwal.fire(...) // will work with the context ```

Assuming we render the array with editable items, like so, `{fields.map((arrPrefix) => }` When deleting a row of a field array all of the indexes following the row becomes dirty,...

Hey, say I have this code: ``` type FormValues = { x: [{id: number, value: string}] } ``` ``` const { fields } = useFieldArray( "x", { isEqual, // re-render...

This is suppose to add the functionality suggested at #1650 Let me know what you think

CLA Signed

### Link to the code that reproduces this issue https://codesandbox.io/p/devbox/dank-cloud-t6f45n ### To Reproduce 1. Run build 2. Run start 3. See white screen (on my local machine it goes to...

template: bug