solid-design-system / solid

Monorepo for Union Investment's Solid Design System.
https://solid-design-system.fe.union-investment.de/docs/
Other
23 stars 4 forks source link

feat: ✨ highlight ALL instead of 1st occurences of search term in results #1001

Open karlbaumhauer opened 6 months ago

karlbaumhauer commented 6 months ago

Description

The current ui-autosuggest provides a way to highlight all occurences of the search term in the results. The autocomplete pattern only shows the first occurence.

We nned to clarify if this is even possible with "autocomplete.js" and if we want to provide this in our pattern as its not a component but only an implementation pattern.

Suggested Solution

DoR

DoD

coraliefeil commented 2 days ago

@mariohamann since we switch from input/autocomplete template to combobox ... how do we handle the issue described here?

mariohamann commented 2 days ago

Should be doable with a custom formatter.