How to customise the style of TextEdit/LineEdit? #6029
-
I couldn't find property |
Beta Was this translation helpful? Give feedback.
Answered by
Horbin-Magician
Sep 4, 2024
Replies: 1 comment 1 reply
-
In my opinion, you can use a lower-level item, TextInput, https://releases.slint.dev/1.7.2/docs/slint/src/language/builtins/elements.html#textinput. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
arunpkio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my opinion, you can use a lower-level item, TextInput, https://releases.slint.dev/1.7.2/docs/slint/src/language/builtins/elements.html#textinput.
You can coat it with other components for custom purposes.