Event for after filter selects are populated #6072
Labels
Bug
Issues which are marked as Bug
confirmed
Issues that have been confirmed with a reduced test case and identify a bug.
filter-control
Issues for the filter-control extension.
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
, sinceonFilterControls
would not work for selects since options are not set at that point.The text was updated successfully, but these errors were encountered: