Results 7 comments of Husnain Mustafa

Use defaultValue rather than value.

> > Use defaultValue rather than value. > > @kito-arch unfortunately that's not the same thing. the whole point of using `value` is to **control** the input value. the `defaultValue`...

There are some cases where flickering will happen in case you do not use editable. As per docs says, [https://reactnative.dev/docs/textinput#value]() I guess we have no other options for now.

If it is resolved, kindly close this issue.

> I noticed the same thing a few month ago. The workaround I found it to use setFieldsValue({ fieldName: value }). Yeah that works, but modifying nested fields is a...

@zombieJ I visited the provided link. I can still see the error. Can you kindly confirm at your side?

After investing a lot of hours and comparing strings, I finally found out. Its not related to [React Testing Library](https://github.com/testing-library/react-testing-library), rather its related to [Dom Testing Library](https://github.com/testing-library/dom-testing-library). And its not...