-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
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
[InputNew]: description position to absolute #997
Comments
Hi, Can someone please assign this to me? |
Hey @uday03meh 👋🏻 |
Hey @uday03meh 👋🏻 How is this issue going? Do let us know if you are facing any issues or need any help 😄 🙌🏻 |
Hey @uday03meh Please let us know if you need any help with this issue or if you are not working on it anymore. 😄 |
hey @AbhinavMV using absolute is by design, otherwise the page jumps when the description / error message is rendered. I would just wrap the element in a div and add the padding to the bottom of the parent dev |
Hey @BillyG83 , yes but in the input component, the description is not being used as absolute which is why this issue is happening. This is what we have right now.
|
Behaviour: When adding
margin
orgap
style property on input.Margin is added between input and description
Expected: Description should be fixed and margin should be below input
Solution: Fix description using absolute position similar to invalid message.
The text was updated successfully, but these errors were encountered: