vitalets / x-editable

In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
http://vitalets.github.io/x-editable
MIT License
6.51k stars 1.73k forks source link

Error loading list with select #1169

Open alphasil opened 3 years ago

alphasil commented 3 years ago

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 commented 3 years ago

i got this as well