Text Auto-Complete Select2 problem

First of all, before I didn’t have this problem. It started maybe after latest update (9.6.18)

When I user Text Auto-Complete with Select2, insert SQL have a value of “admin” instead of ID of lookup.
If I disable Select2, or use Select instead of Text Auto-Complete even with Select2 no problem. Also when editing no problem.

Error Message is: Unknown column ‘admin’ in ‘field list’
SQL is: INSERT INTO proje (firma, adi, adet, bom ) VALUES (admin, ‘xxx’, 1, 1 )

But I have no value like ‘admin’, it should be ID of the selected option.

Honesly I didnt understand your problem. Can you explain a bit more ?

Sorry for late reply. BTW problem not fixed. I explain again.
I have a text auto-complete select2 field. I debug it’s value before insert and observe the value of it changed to “admin”. But if I just turn off select2 and make it normal select, the problem solves. This only applies to text auto-complete select2, if change to normal select2 also no problem.

@sbscan yes, you are right. This is a bug not solved by Netmake. I had to use another way because of this bug.

after updating select2 manually to 4.0.13 most of problems solved. Now only date field is disapearing :frowning:

another two update: I’ve fresh insalled scriptcase same. But this problems only on Chome. Edge Opera Firefox has no problem.