-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Open
Labels
BugIssues which are marked as BugIssues which are marked as BugconfirmedIssues that have been confirmed with a reduced test case and identify a bug.Issues that have been confirmed with a reduced test case and identify a bug.filter-controlIssues for the filter-control extension.Issues for the filter-control extension.
Description
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 BugIssues which are marked as BugconfirmedIssues that have been confirmed with a reduced test case and identify a bug.Issues that have been confirmed with a reduced test case and identify a bug.filter-controlIssues for the filter-control extension.Issues for the filter-control extension.