getListInputProps should be able to set a value without initialValues #1840
juliuslissau
started this conversation in
Feature requests
Replies: 1 comment 3 replies
-
Form list will be deprecated in 5.0 – https://v5.mantine.dev/form/nested/ |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Any chance use-form lists ...form.getListInputProps could be updated, so that it can set values without having an initialValue first?
...form.getInputProps will set a form value without an initialValue, but if using a formList then empty values has to be set for ...form.getListInputProps to work.
Beta Was this translation helpful? Give feedback.
All reactions