Skip to content
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

Align tags to the middle of input elements #114

Open
asim-shrestha opened this issue Jul 22, 2024 · 1 comment
Open

Align tags to the middle of input elements #114

asim-shrestha opened this issue Jul 22, 2024 · 1 comment

Comments

@asim-shrestha
Copy link
Contributor

For input elements, the current tag alignments will place the tag at the top left of the input container. Typically text/placeholder text will be placed in the middle of the container which means the tags won't be correctly lined up with them

image

@asim-shrestha
Copy link
Contributor Author

So further investigating, this is occuring due to the fact that the text for input elements is not a separate element or text node, rather it is a property of the input itself. We should have someway to append the tag into the placeholder text or the input text (and also select box options)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant