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
constfields=({ data })=>[{label: 'Internal',name: 'internal',description: 'Set to false if you want link to another website',component: 'toggle',},
...(data.internal
? [{label: 'Slug',name: 'slug',component: 'text',},]
: [{label: 'Link',name: 'link',component: 'text',},]),]
Thoughts?
The text was updated successfully, but these errors were encountered:
austincondiff
changed the title
Would an API like this for conditional be possible?
Would an API like this for conditional fields be possible?
Jan 7, 2021
If we could inject data into the fields array like this, I believe this would be a much simpler API.
Thoughts?
The text was updated successfully, but these errors were encountered: