Replies: 3 comments 1 reply
-
|
it should be like |
Beta Was this translation helpful? Give feedback.
-
|
if I put |
Beta Was this translation helpful? Give feedback.
-
|
Keep in mind Conform does not manage the form value but the DOM does (i.e FormData). So if you see the value in a different format, it's likely something wrong on the input element that actually get rendered. In your case, I suspect that mantine is rendering an input with the array value concatenated. You should be able to verify it by inspecting the element value on the browser, or check the FormData value you received. To fix it, there are two solutions:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Help me figure out why the value of the Multiselct becomes one string instead of strings array:
the form:
the schema:
the action:
Beta Was this translation helpful? Give feedback.
All reactions