This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Allow form-based refreshes #3378
Closed
Description
Currently, to refresh changes to form fields, all affected fields must have their individual refresh methods called:
$('#my_selectmenu').selectmenu('refresh');
Depending on the number of fields that have been affected, and especially because the various field types do not share a common method (selectmenu, checkbox, etc.), this makes refreshing complex forms very cumbersome.