Patrick Lewis
Patrick Lewis
Very useful
@furqanZafar I know I am getting a lot of `event.persist()` errors do you think it could have something to do with that? I know there has been a change for...
@furqanZafar testing 2.0.3 did fix #80 but it did not help here sadly.
**Update** So as seen in the video if i type in `Admin` it isn't removed from the input -- i just noticed that if i click outside of the component...
I am wondering if its an issue similar to the React Input issue where when the controlled input is controlled by an outside state i.e. a store and passed as...
@nikkipurcell i am basically haveing that same issue i just tried to add the uid use this as a prop `uid={(o) => o.value + system}` but it didnt seem to...
@gergely-ujvari if you use `defaultValues` are you still able to clear the values via state?