Hello Abu, this problem is also on your demo page (dropdown-dependent.php).
In the form to add a record, when you open the Invoices dropdown list and select, for example, ‘Invoice with total 720.00’, the dropdown will show instead the first item of the list (in this case ‘Invoice with total 120.00’) and you must select a second time the correct item to show it correctly.
Hello,
To initially make fields blank, i’ve updated demo with this change:
https://phpgrid.org/demo/demos/appearance/dropdown-dependent.phps#L.72
(“value”=>“:Select…;”.$str, )
Demo: https://phpgrid.org/demo/demos/appearance/dropdown-dependent.php
Hello, I checked your new demo page, but the problem is not solved. I select Maria Andres in the first dropdown, then I select \’Invoice with total 720.00\’ in the second dropdown and the dropdown will show \’Invoice with total 120.00\’
I got this issue on firefox. Previously i was checking on chrome.
Will be updating you back.
Fixed on firefox as well. Emailed you updated file.
Demo: https://phpgrid.org/demo/demos/appearance/dropdown-dependent.php