-
Notifications
You must be signed in to change notification settings - Fork 8
Faulty click area with extended padding #111
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
Comments
I'll try to work on this one, but it requires a lot of changes in the structure of the DOM and potentially the styles too (including CSS variables). It takes a bit of time to do it right, without introducing a lot of breaking changes 😅 |
I guess an easy solution could be negative margin width padding on the input? |
fixes #111. shift the padding from container to sub-elements like search input and single-value. introduce --vs-multi-value-margin for multi-value "padding", making gap unused
I believe I've found a great workaround without shaking the entire DOM structure. It introduce a new CSS variable too. |
I will try to take a look at it on the weekend! |
Released on v0.6.0 |
The padding of the field is currently applied to the parent of the input element.
This means that with increased padding, only the inner part of the field (which is the actual input element) is clickable.
In the screenshot below I increased the padding slightly and only approximately the blue area is clickable:
The text was updated successfully, but these errors were encountered: