sanak / geos-wasm-tester

GEOS-WASM (https://github.com/chrispahm/geos-wasm) tester app which has similar interface with JTS TestBuilder.
https://sanak.github.io/geos-wasm-tester/
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Make operation select list to searchable #11

Open sanak opened 9 months ago

sanak commented 9 months ago

Currently, operation select list has a lot of items, and it is quite difficult to find an item. Consider to make operation select list to searchable like jQuery Select2 (https://select2.org/searching#matching-grouped-options) with Vanilla JS way.