styleguide
styleguide copied to clipboard
Missing label in AutocompleteInput
Describe the bug A label is missing in the AutocompleteInput.
To Reproduce Steps to reproduce the behavior:
- Go to https://styleguide.vtex.com/#/Components/Forms/AutocompleteInput
- Try to add a label to the existing examples.
- Check the
props
documentation. - See that there is no way to provide a label, just from outside the component.
Expected behavior Just like all other inputs, there should be a label prop.
Screenshots I don't think it's necessary.
Additional context
Maybe this is a design decision, but I think it's kinda strange to have this prop
in all other inputs but this one.