{description}
} {data.map( ({ id, title, options = [], dropdown = [], defaultValue, multiple, other, help, hidden, }) => { // Optional function that's called with the value const setterFunc = setters[id] || (() => {}) // Check if dropdown should be shown const dropdownGetter = showDropdown[id] || (() => true) return hidden ? null : (
{children}
{showCopy && }