Inconsistencies between input and textarea #13255
Labels
🐛 bug
Any issue that describes a bug
input-group
✨ themes
version: 15.1.x
version: 16.0.x
version: 16.1.x
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Description
There are some differences between a regular input and a textarea related to the left and right indentations. For instance, in Indigo theme, an input prefix has a min-width of 12px, no padding between the prefix and the input text, and 12px padding between the input text and the suffix. The min-width and padding are not changing depending on the display density of the input. If a user changes the background of the prefix/suffix containers, the input text will have no padding on the left but only on the right.
The textarea, on the other hand, has not only 12px min-width on its prefix but also a padding-inline of 8px/6px/4px depending on the display density. This results in a different left and right indentation in the textarea itself if there is no prefix and suffix and also differs from a regular input field.
Similar problems are present in the rest of the themes. There may also be some issues in IgniteUI WebComponents.
Steps to reproduce
Expected result
All input fields should be consistent.
The text was updated successfully, but these errors were encountered: