MudAutocomplete: Incorrect horizontal spacing on RTL mode#9913
Conversation
|
@henon @danielchalmers is this spacing intentional? What do you think on removing it so it fills the space used by the adornamet (that is not visible when loading)? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #9913 +/- ##
==========================================
+ Coverage 89.82% 90.85% +1.03%
==========================================
Files 412 415 +3
Lines 11878 12954 +1076
Branches 2364 2509 +145
==========================================
+ Hits 10670 11770 +1100
+ Misses 681 618 -63
- Partials 527 566 +39 ☔ View full report in Codecov by Sentry. |
I think its a fine idea to use the adornment space if none is used. |
|
Nice catch on the RTL spacing |
@Garderoben ready |
…-incorrect-spinner-spacing
|
Thanks @ralvarezing ! |


Description
MudAutocomplete component had incorrect spacing when loading and on RTL mode.
This includes a specific css styles to take in consideration both cases (LTR and RTL modes).
fixes #9880
How Has This Been Tested?
Visually tested on the Docs project.
Type of Changes
Checklist
dev).