Hi Mirko,
I can change the value of select list field but instead of change value it is adding new values to the field.
Select list as in BF:
option 1 = 0;0;0
option 2= 0;1;1
In CB is editable and if we change the value instead of change value from 1 to 0 is adding values and the result is this:
0 ,0 ,1 ,1 ,0 ,0
Like image att.
We need only 1 character for value like:
0 or 1
Tx in advance