forge
forge copied to clipboard
[text-field] addon-end slot not expanding & aligning when used with `<textarea>`
Describe the bug:
The divider in the addon-end
slot does not properly expand in height when the field grows if used with a <textarea>
.
Related to a chip-field bug noted in #216
To Reproduce: Steps to reproduce the behavior:
- Place an icon the
addon-end
slot on the<forge-text-field>
when used with a<textarea>
Expected behavior:
The text-field should properly expand the divider and vertically align the content within the addon-end
slot when it grows in height.
Screenshots:
Please complete the following information:
- Forge version:
^2.0.0
- I have searched existing issues before creating this report? Y
- Browser: All
- Platform: All
- OS: All
Additional context: See this chip-field PR where a similar issues was resolved: https://github.com/tyler-technologies-oss/forge/pull/290