feat(join by alias) : format code
This commit is contained in:
parent
13c49f184e
commit
3bb61757ca
15 changed files with 3 additions and 20 deletions
|
|
@ -321,7 +321,7 @@ private fun ContentToPreview() {
|
|||
TextField(
|
||||
onValueChange = {},
|
||||
label = "Label",
|
||||
value = "Hello val=${validity}, en=${enabled.asInt()}, ro=${readonly.asInt()}",
|
||||
value = "Hello val=$validity, en=${enabled.asInt()}, ro=${readonly.asInt()}",
|
||||
supportingText = "Supporting text",
|
||||
validity = validity,
|
||||
enabled = enabled,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue