You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to create an input text field that is meant to contains a coma separate string of items.
The underlying schema expect a list of string, one for each item. My guess is I need to use a superform proxy for it.
How can I pass the proxy to the Input component?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I would like to create an input text field that is meant to contains a coma separate string of items.
The underlying schema expect a list of string, one for each item. My guess is I need to use a superform proxy for it.
How can I pass the proxy to the Input component?
Example of what I'm tring to achieve:
The problem here is that, as expected, the categories field receive a string when submitting the field.
I'm trying to use something like
But it does not seem to work.
Any recommendation on how to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions