You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Would like an attribute such as data-filter-type that allows for different pattern matching with list items. Currently the filter only applies to list items containing the text entered, but what is often more useful is to match items that start with the text entered.
Attribute could accept 3 strings, such as:
start = Match list items starting with the text entered
contains = Match list items that contain the text entered (this is the current function)
end = Match list items ending with the text entered