Skip to main content

BlueprintPicker

Component which renders a blueprint picker, allowing the user to select a reference to a blueprint

Props

NameTypeOptionalDescription
disabledbooleanTrueWhether the input should be disabled
formDatastring | undefinedFalseThe value of the input field
labelstringTrueA title for the picker
onChangevoidFalseA function to trigger with the onChange event
variantVariantsTrueThe variant to use for the input ('error', 'warning', 'success', 'default')

Returns

A React component

Usage

Preview: