Hi !
If i paint two date-selection-fields in an edit form (german localisation), the second selection is not working correct. After selecting a value it will not copied to the select value field, but the first selection is opened.
Testset provided.
Thanks, Alex
2 Answers
Hello,
Set modal to false will resolve it. Perhaps, we cannot use modal when using other jquery ui controls, as all uses dialog object.
$grid["add_options"]["modal"] = false;
$grid["edit_options"]["modal"] = false;
$g->set_options($grid);
Your Answer