Bernard Borio
Results
1
comments of
Bernard Borio
Edit: I tried running the following code: ```tsx console.log( registryFormRef.current?.check((e) => { console.log(e); }) ); console.log( registryFormRef.current?.checkForField("contacts[0].type", (e) => { console.log(e); }) ); console.log( registryFormRef.current?.checkForField("contacts[0].value", (e) => { console.log(e); })...