You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Framework and version
Vue 2.6.14 @telekom/scale-components
Current Behavior
When combining a helper-text and a counter on a text-field component. The helper-text is pushed down. Currently I need to compensate this with negative margin on the helper-text.
Expected Behavior
I would expect the helper-text to be on the same height as the counter. If the helper-text is too long and would overlap the counter, I would expect the helper-text to wrap to a new line.
Scale Version
3.0.0-beta.138
Framework and version
Vue 2.6.14 @telekom/scale-components
Current Behavior
When combining a helper-text and a counter on a text-field component. The helper-text is pushed down. Currently I need to compensate this with negative margin on the helper-text.
Expected Behavior
I would expect the helper-text to be on the same height as the counter. If the helper-text is too long and would overlap the counter, I would expect the helper-text to wrap to a new line.
Code Reproduction
https://codesandbox.io/s/scale-components-vue3-forked-qj2ntg?file=/src/App.vue
The text was updated successfully, but these errors were encountered: