The unique id of this input field within the input group
Optional
isA function called to check whether this input should be visible, based on the current options selections within the input group
Note: This function must not depend on anything outside of its scope. If it does it will fail to compile and will be skipped.
Optional
isJSON serializable data to provide to isVisible
The label of the field
Optional
tooltipA hover tooltip for this field
The type of this input field
An input field to list and select devices discovered with a bonjour query
Available for config
Note: Bonjour does not work in all environments, so the user is always able to select 'Manual' (null). You must make sure to handle this, we recommend using the
isVisible
function to hide the manual input fields when a bonjour device is selected.Example