GEOLYTIX / xyz

An open source javascript framework for spatial data and application interfaces.
MIT License
87 stars 25 forks source link

ui.elements.dropdown: search input list filter #1250

Closed cityremade closed 4 months ago

cityremade commented 4 months ago

Related: https://github.com/GEOLYTIX/xyz/issues/1228


cityremade commented 4 months ago

to apply on field:


"filter": {
     "type": "in",
     "searchbox": true
 }
cityremade commented 4 months ago

@dbauszus-glx this is the logic of the search function which is a simple js-esque .includes(pattern). As we discussed before, we could make this available to a wider circle and ask what/how people would like to find matching results.

sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud