Skip to content
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
Closed
@jmacdonald

Description

@jmacdonald

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions