Dropdown in editor is not working correctly
Dropdown in editor is not working correctly
jens.olsson
Posts: 17Questions: 7Answers: 1
in General
I have used custom select options drop-down with custom label & value.
Below is the code for that.
var userClasses = [
{
"label": "Administrator",
"value": "admin"
},{
"label": "Contact",
"value": "contact"
},{
"label": "Readonly",
"value": "readonly"
}
];
I have also attached the gif to understand.
just for information: I have used text-transform: capitalize to make the first letter capital.
This discussion has been closed.
Answers
What do you mean by "not working correctly"?
A link to a working page demonstrating the issue would be much more useful than a gif.
https://datatables.net/forums/discussion/12899/post-test-cases-when-asking-for-help-please-read#latest
Hi @jens.olsson ,
This example may help, it's showing a dropdown on an inline edit. If not, as @tangerine said, please post your code or link to the page, and give more details on what's wrong,
Cheers,
Colin