Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two issues in Quick Starter / Input Elements #191

Open
Samuel-Ghinet opened this issue Jun 3, 2022 · 0 comments
Open

Two issues in Quick Starter / Input Elements #191

Samuel-Ghinet opened this issue Jun 3, 2022 · 0 comments

Comments

@Samuel-Ghinet
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant