There is an input
with an add-on and a customized focus
that includes a '%' at the end of the field, which is working fine. However, there is a small issue where the error message causes the input
to jump when clicked in or out.
To see the issue, please check out this fiddle here
The problem lies in the height
of the .input-group:focus-within
in the CSS
. Removing it stops the jump, but then the blue focus
box surrounds the error message, which is not desired.
For a better understanding, please refer to my fiddle and remove the height
to see the issue without it.