EOX-A / EOxElements

A Web Component collection of geospatial UI elements, crafted by EOX.
https://eox-a.github.io/EOxElements/
MIT License
12 stars 2 forks source link

Allow to disable capitalization of results of ItemFilter #1277

Closed lubojr closed 1 day ago

lubojr commented 1 week ago

The capitalization functionality is useful in most cases (dashboards) and should be enabled by default, but there are cases where it produces wierd undesired results like with UUID codes which get capitalized only if they start with a letter and so on.

Ideally the functionality should be possible to be disabled by config.

silvester-pari commented 1 day ago

Implemented with https://github.com/EOX-A/EOxElements/pull/1285.