Thanks, I think that's too much work to do that for each element and
also will not work when user scales the page/font size.
I'll think I try and write a little javascript that reorders the label and icon
in an onload event.
Daniel Niklas wrote:
Hi,
This feels like it should be a no-brainer, but I just have no idea how to
do that:
How do I get the "required icon" to show up _after_ the label instead of
before it?
No solution, but a "hack": you can do something like:
postion: relative;
left: 270px;
It works for example in the component guide demo-app, but if you do so, you
have to know the width of the input component.
Regards
Daniel