Examples
Example 1: input with all sorts of buttons
Example 2: the same input with errors
Example 3: disabled field
Example 4: with a link
Type Definitions
object
    
# FormGroupProps
    Props for FormGroup. Apart from props defined here FormGroup supports also all SpaceProps
    Properties:
| Name | Type | Attributes | Description | 
|---|---|---|---|
| error | boolean | <optional> | If given FormGroup has error | 
| disabled | boolean | <optional> | If given FormGroup should be disabled | 
| variant | 'filter' | <optional> | if given form group should be rendered in a filter | 
