#How to use TagsInput with use-form hook (answered)
6 messages · Page 1 of 1 (latest)
make sure your tags value in the form is a string array
6 messages · Page 1 of 1 (latest)
Hello I am trying to use TagsInput with use-from hook, but it seems I am doing something wrong. I tried to use {...form.getInputProps("tags")} but I got an error in NextJs
make sure your tags value in the form is a string array