Placeholder overflow

Hi there, I'm playing around with a placeholder. I was wondering, is it possible to limit the overflow of the field in case of a long value? What would be the best approach?
No description
1 Reply
awcodes
awcodes4mo ago
Could probably use extraAttributes() to apply a word-break or a white-space wrapping or a truncate style. word-break would probably be the best in this case.