You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In the AutocompleteInput component there's no size related prop, making harder to adjust it's size.
To Reproduce Steps to reproduce the behavior:
With the InputSearch component it's possible to adjust it's size as it has a size props exposed.
To see the different among them
Go to this page. Here it's used the InputSearch component, whereas in this workspace it's being used the AutcompleteInput.
Expected behavior
The adjustment of the component's size being done by setting the prop
Screenshots
Production environment using InputSearch
Workspace using AutocompleteInput
The text was updated successfully, but these errors were encountered:
TLDR: I believe you should go ahead and add the prop.
AutocompleteInput as it exists may not make sense. Myself, @emersonlaurentino and @augustocb have discussed in the past what would be the ideal architecture for our form fields, but we still have not made any decisions.
We briefly discussed use cases for dropdowns in text fields and select fields. @augustocb and @emersonlaurentino may have further evolved these ideas since our last conversation.
Since you’ve found this limitation in our current implementation - that really doesn’t make sense IMHO - the short-term solution would be to fix it by adding the prop. However, a welcome addition would be to rethink what components make sense in the implementation of our design language.
I believe you should add the prop. Just like @davicosta99 said, we know that the current AutocompleteInput is not legal, we have an idea of how to improve, but we still don't have anything concrete.
Describe the bug
In the AutocompleteInput component there's no size related prop, making harder to adjust it's size.
To Reproduce
Steps to reproduce the behavior:
With the InputSearch component it's possible to adjust it's size as it has a size props exposed.
To see the different among them
Go to this page. Here it's used the
InputSearch
component, whereas in this workspace it's being used theAutcompleteInput
.Expected behavior
The adjustment of the component's size being done by setting the prop
Screenshots
Production environment using
InputSearch
Workspace using
AutocompleteInput
The text was updated successfully, but these errors were encountered: