You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fixes also the select issue with the label placement. The impact
is not tested, but in that case we should offer a relocate function to
move the dropdown manually.
This change in _input-fields.scss:185 fixes the issue but I didn't test the fix above which may be impacted by this:
Yes, thats correct that the outline styles are broken atm, but it has to work with transparent background in future too!
So it will hopefully be fixed with the next version. Check out PR #607 to stay up to date. This will unfortunately need a refactoring of the input fields for existing projects.
Also the docs will be covered in markdown inside the core repo itself for each component, so it will be a lot easier to maintain and helps keeping the docs in sync with the actual code of the lib.
Before submitting...
Context
As you can see on shaphost from the documentation page - the outline line draws over the label text. Error state display overlaps the input field.
Current Behavior
No response
Expected behavior
No response
Possible Solutions or Causes
The issue was introduced by commit: d259c96
This change in
_input-fields.scss:185
fixes the issue but I didn't test the fix above which may be impacted by this:Steps to reproduce
No response
Your Environment
The text was updated successfully, but these errors were encountered: