-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Validation feedback icon issues #27142
Comments
I'm afraid this would be something we can't just fix with CSS. |
Custom select without |
It is easy to remove the feedback icon of both |
Yeah, I think the best bet here is to remove them for now. We can possibly revisit with a fresh approach in v5. Let me know if you have any thoughts on that @ysds. |
I wouldn't remove it for |
Do we change the positioning then, or try some CSS hacks to target Windows? |
Shifting the icon a bit to the left looks weird if the scrollbar is not present. I wouldn't go for CSS hacks for windows, since it is also possible to always show your scrollbar in mac (see for example: http://osxdaily.com/2011/08/03/show-scroll-bars-mac-os-x-lion/). Not sure how to continue with this one. |
just use given js in wich you need make diffrent background image for scrollble textarea thanks. |
I have no idea to solve this problem by CSS only while maintaining the current HTML structure. It would definitely requires a wrapper element. |
@pcodedviral, our css should work independent of js, so we can't use those techniques, thanks though. Like @ysds mentioned, I don't think there's a way to get control of this with our current HTML structure. |
Thinking we close this as a won't/can't fi?. The select issue has been fixed in v5 with #28450 and there's still some improvement to be done there. |
This is a can't fix indeed |
Can't we just modify the background-position style to comfortable values. |
I noticed that there are three issues about validation icon.
First issue:
The icon hides behind scrollbar when a textarea has very long text.
Second issue:
<select class="form-control">
show icon.In the docs:
and @mdo commented:
but icon is appeared. That is expected?
Third issue:
<select class="custom-select" multiple>
doesn't show icon.All demo
The text was updated successfully, but these errors were encountered: