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
First, I tried the example with the FocusScope: with TLineEditV2.qml holding a TextInput I could not switch between the two line edits via the tab key -- but with TLineEditV2.qml holding a TextField it works.
The second one would be,
The TextEdit is very similar to TextInput, and supports a multi-line text edit field. It doesn’t have the text constraint properties, as this depends on querying the content size of the text (contentHeight, contentWidth).
Which are those "text constraint properties"? If it refers to,
TextInput allows the user to enter a line of text. The element supports input constraints such as validator, inputMask, and echoMode.
then, well, TextField has validator and inputMask and echoMode as well.
The text was updated successfully, but these errors were encountered:
First, I tried the example with the FocusScope: with TLineEditV2.qml holding a TextInput I could not switch between the two line edits via the tab key -- but with TLineEditV2.qml holding a TextField it works.
The second one would be,
Which are those "text constraint properties"? If it refers to,
then, well, TextField has validator and inputMask and echoMode as well.
The text was updated successfully, but these errors were encountered: