We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Height of input is changes with and without tags. It creates unnecessary shifts
https://emblor.jaleelbennett.com/api-reference
No response
The text was updated successfully, but these errors were encountered:
It looks like you can either manually make the input wider or make the tags narrower. For example (assuming a size of xs) one of:
xs
styleClasses={{ //input: "h-[46px]", tag: { body: "h-5", }, }}
Either prevents the expansion since the input is either already big, or the tags are smaller when added.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Height of input is changes with and without tags. It creates unnecessary shifts
How to reproduce
Link to reproduction
https://emblor.jaleelbennett.com/api-reference
Additional information
No response
The text was updated successfully, but these errors were encountered: