Skip to content

feat(filters): Fill operator part if only one operator exists

Illya Klymov requested to merge xanf-filtered-search-new-features into master

This MR introduces auto-filling the first operator part of the token if only one operator exists.

In order to make this work properly, two fixes was made to codebase:

  • fixed wrong data source for "title" dropdown
  • switched from click to mousedown.native.prevent as source for "click" for items - having "click" causes multiple issues in Safari due do different timings of blur/DOM update/click events

Merge request reports