We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to use string includes line break or word spacing as a value of listItems.
example img) 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)
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I want to use string includes line break or word spacing as a value of listItems.
example img)
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)
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.
The text was updated successfully, but these errors were encountered: