Hi,
it's me again and i'll trying to update flexdatalist from 2.0.5 to 2.2.1 and realized, that the requestContentType JSON seems to be broken.
if (options.requestContentType === 'json') {
settings.data = JSON.stringify(data); <--------------- "data" is undefined
}
Another change/problem seems to be the definition of preselected values.
I'll put the predefines in the value field of the HTML control as JSON. It worked with 2.0.5 but not working any longer with 2.2.1.
Hi, it's me again and i'll trying to update flexdatalist from 2.0.5 to 2.2.1 and realized, that the requestContentType JSON seems to be broken.
if (options.requestContentType === 'json') { settings.data = JSON.stringify(data); <--------------- "data" is undefined }
Another change/problem seems to be the definition of preselected values. I'll put the predefines in the value field of the HTML control as JSON. It worked with 2.0.5 but not working any longer with 2.2.1.