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

how to use line break in listItems of column #2080

Open
ODN0223 opened this issue Nov 5, 2024 · 0 comments
Open

how to use line break in listItems of column #2080

ODN0223 opened this issue Nov 5, 2024 · 0 comments
Labels

Comments

@ODN0223
Copy link

ODN0223 commented Nov 5, 2024

I want to use string includes line break or word spacing as a value of listItems.

example img)
image
example object)
listItems = [
{
"text": "111",
"value": "111"
},
{
"text": "2 2 2",
"value": "2 2 2"
},
{
"text": "4\n4\n4\n",
"value": "4\n4\n4\n"
}
]

but, the value of each json in listItem is used for checkbox element's id
and most of all, selector can't contain line break;

Actual error)
image
image

how can I use string includes line break as a value of listItems without affecting other method

preferences
JavaScript
version: 4.21.22

thank you for your ability and help.

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

No branches or pull requests

1 participant