mirror of https://github.com/grafana/grafana
grafana/ui: Add invalid prop to the TagsInput (#34409)
* Add invalid prop to the tag input * Enable controlspull/34464/head
parent
a9c0b08ac3
commit
ca416df9d1
@ -1,11 +1,11 @@ |
||||
import { Meta, Story, Preview, Props } from '@storybook/addon-docs/blocks'; |
||||
import { Meta, Props } from '@storybook/addon-docs/blocks'; |
||||
import { TagsInput } from './TagsInput'; |
||||
|
||||
<Meta title="MDX|TagsInput" component={TagsInput} /> |
||||
|
||||
# TagsInput |
||||
|
||||
A set of an input field and a button next to it that allows the user to add new tags. The added tags are previewed under the input and can be removed there by clicking the "X" icon. You can customize the width of the input. |
||||
A set of an input field and a button next to it that allows the user to add new tags. The added tags are previewed next to the input and can be removed by clicking the "X" icon. You can customize the width of the input. |
||||
|
||||
### Props |
||||
<Props of={TagsInput} /> |
||||
|
||||
Loading…
Reference in new issue