Hello,
We have a very basic grid with 2 dropdowns the second one dependent on the first one.
Our issue: When inline inserting a new row, the first time we select a value in dependent dd, the 1st possible value is systematically returned. The 2nd time, the returned value is the one selected.
It is important to note that the underlying DB is Oracle 12.1
Code is available at : https://gist.github.com/SecheronSA/35698fbba7ca107dd472901affefcf97
Video of this behavior is visible at: https://imgur.com/a/n2IzawV
Any help will be greatly appreciated.
2 Answers
I’ve tested it on demos/appearance/dropdown-dependent.php demo and working as expected.
Emailed you latest build.
Your Answer