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
<label><inputtype="radio" name="color" value="red"> Red Rose</label><label><inputtype="radio" name="color" value="green"> Green Grass</label><label><inputtype="radio" name="color" value="blue"> Blue Butterfly</label>
getCollectionProps only enumerates props for input components so I have to generate labels in some way.
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
-
When I want to build the following fields:
getCollectionProps
only enumerates props forinput
components so I have to generate labels in some way.It is nice if
getCollectionProps
can enumerate extra arguments as the following:How to pass and receive arguments is open to discussion. Maybe we pass arguments as array or object, by options or a new argument:
Maybe we receive an argument with a tuple or an extra property:
Beta Was this translation helpful? Give feedback.
All reactions