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.
There have been requests to use the listview filter as an autocomplete with local data by simply hiding all items if the search input value is blank. If we did this, it would allow a person to make what looks like an auto-complete by just adding a list and adding the filter option and this new option.
The trickiest part is coming up with a clear name for this option. We should also divide if this should be a boolean or a value noting the minimum number of characters needed before showing the items so you coud require 2 or 3 characters before showing.