forge icon indicating copy to clipboard operation
forge copied to clipboard

[text-field] addon-end slot not expanding & aligning when used with `<textarea>`

Open DRiFTy17 opened this issue 1 year ago • 0 comments

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:

  1. 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: image

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

DRiFTy17 avatar May 09 '23 13:05 DRiFTy17