Skip to content

Event for after filter selects are populated #6072

@jonatanschroeder

Description

@jonatanschroeder

Description

Currently onFilterControls (in the filter control extension) is called when the DOM elements for filters are created. However, for select elements, this is done before option elements are added. This means that the event cannot be used for any operation that requires the value (or options) to be retrieved or updated. It would be great to have an event that is called when the filter control values are populated (or updated).

Related: #6030 (comment). Note that use of onSearch, since onFilterControls would not work for selects since options are not set at that point.

Metadata

Metadata

Assignees

Labels

BugIssues which are marked as BugconfirmedIssues that have been confirmed with a reduced test case and identify a bug.filter-controlIssues for the filter-control extension.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions