We had the same problem. On investigation, we found that combobox with the problem had only 'id' and no 'name' attribute specified. Adding a 'name' attribute fixed the problem for us.
We had the same problem. On investigation, we found that combobox with the problem had only 'id' and no 'name' attribute specified. Adding a 'name' attribute fixed the problem for us.
Haha, that's crazy... fixed it for my problem combobox too!
I'm guessing having a name has some bearing on the inputEl.... how odd.
We had the same problem. On investigation, we found that combobox with the problem had only 'id' and no 'name' attribute specified. Adding a 'name' attribute fixed the problem for us.
We had the same problem. On investigation, we found that combobox with the problem had only 'id' and no 'name' attribute specified. Adding a 'name' attribute fixed the problem for us.