Form interaction issue. #1225
-
I can't interact with my form that I created with Uniforms and validated with ajv. (I can't type anything in the input field, I can't choose the dropdown) schema.ts
type.ts
form.tsx
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @ozbeyahmet1. Are you using |
Beta Was this translation helpful? Give feedback.
-
Thank you for support @radekmie. Yes i use |
Beta Was this translation helpful? Give feedback.
Hi @ozbeyahmet1. Are you using
StrictMode
? If so, it can be the culprit, as it's not supported yet (#1194). If not, please put your code in CodeSandbox (here's our template), so we could take a look at a running example.