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

Error loading list with select #1169

Open
alphasil opened this issue Dec 2, 2020 · 1 comment
Open

Error loading list with select #1169

alphasil opened this issue Dec 2, 2020 · 1 comment

Comments

@alphasil
Copy link

alphasil commented Dec 2, 2020

Hello

I'm having troubles to get my list into a select

I'm receiving by ajax the following data when i call the textData global variable
(2) [{…}, {…}]
0: {value: "330", text: "TIC_MB1"}
1: {value: "331", text: "TIC_OP3"}
length: 2
proto: Array(0)

And in my editable is defined like this
field: 'moduloUfcd', title: 'Módulo', editable: { type: 'select', source: textData }

I get this error
Uncaught TypeError: e.toLowerCase is not a function
image

any help?

@PENG-JIAHAO
Copy link

i got this as well

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

No branches or pull requests

2 participants