Character counter breaks the text field when the input text gets longer than the provided space and makes the scroll bar appears.
Scroll bar should stick to the right side of the text field and allow the entire space inside the field to be used for text input.
Scroll bar appears in the middle of the field, left to the character counter.
User is also given limited space to input text, left to the invisible column which character counter takes up.
It is also taking up a lot of space, especially when the field width is narrow.
This is related to this issue: https://github.com/Shopify/polaris-react/pull/709

@emarchak @dpersing @TheEnzoMar
馃憢 Thanks for opening your first issue. A contributor should give feedback soon. If you haven鈥檛 already, please check out the contributing guidelines. You can also join #polaris on the Shopify Partners Slack.
On multiline fields overlaying the counter would cause the text to show _under_ the element if it takes the entire space of the field. On this initial look, I could see three options:
@sarahill do you have any thoughts on this?
Expand the component to allow the full text to be shown without scroll, thereby avoiding this.
That's my favorite option!
@emarchak I agree with Devon. Option 2. makes the most sense to me in this case.
Most helpful comment
That's my favorite option!