Hide inputs for a component dynamically

Important note:
showIf won’t work inside List’s subFields array. But we got this “hack” to make it work (TS type doesn’t support strings for that fields, so we have to ignore ts…)

//@ts-ignore example provided by Builder to convert value to string in subfields
showIf: `options.get('someField') === 'someValue'`,