Hello everyone,
I’m attempting to create a field to determine whether something is built with the CLI or the web interface via an input field.{ key: 'isWeb', computed: true, type: 'boolean',
required: false,
default: ‘yes’ },
I would like for it to be invisible however the computed property doesn’t seem to be working.
How would I create an invisible input field that is already populated?