BlueprintPicker
Component which renders a blueprint picker,
allowing the user to select a reference to a blueprint
Props
Name | Type | Optional | Description |
---|---|---|---|
disabled | boolean | True | Whether the input should be disabled |
formData | string | undefined | False | The value of the input field |
label | string | True | A title for the picker |
onChange | void | False | A function to trigger with the onChange event |
variant | Variants | True | The variant to use for the input ('error', 'warning', 'success', 'default') |
Returns
A React component