-
-
Notifications
You must be signed in to change notification settings - Fork 173
Selectable Text #236
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
Comments
Hey @MistahMojo So, nodegui has a builting method called In case of nodegui you could do:
Where value |
So if you want to do the same in react nodegui. For now you could just get a |
Alternatively, if you could help add textInteractionFlags as a prop for |
Thank you, that works! |
I've found out this can also be done by adding this style to the element: Easier than setting a ref and a |
Uh oh!
There was an error while loading. Please reload this page.
Hello, is there a way to make the Text widget selectable by the user?
I can see this in the Qt docs https://doc.qt.io/qt-5/qlabel.html#textInteractionFlags-prop, and this as an enum in the base nodegui https://docs.nodegui.org/docs/api/generated/enums/textinteractionflag, but as far as I can see in the docs there is no way to set this in the react version, as it's not a qproperty or configurable in the props.
Is this a 'missing' feature or do the docs just not cover this?
The text was updated successfully, but these errors were encountered: