TextInput does not clip when text is too long
-
I have created a simple text input as show below.
TextInput { width: inputGroup.width text: "" }
I type "ABC" repeatedly and eventually my text scrolls to the left, with the rightmost character aligned with the right edge of my input area. However, the characters on the left side are moving beyond the left edge of my input area (outside the box).
I do I tell QML to clip, or prevent this?
-
I have created a simple text input as show below.
TextInput { width: inputGroup.width text: "" }
I type "ABC" repeatedly and eventually my text scrolls to the left, with the rightmost character aligned with the right edge of my input area. However, the characters on the left side are moving beyond the left edge of my input area (outside the box).
I do I tell QML to clip, or prevent this?