Add dynamic IDs to filter buttons in filter group component

This commit is contained in:
Lorenz Hilpert
2024-11-05 13:18:21 +01:00
parent 1788f566e3
commit 775390b5df

View File

@@ -1,6 +1,7 @@
<div>
<div class="inputs overflow-y-auto">
<button
[id]="'filter-group-filter-input-' + input?.label | lowercase"
class="ui-input"
type="button"
*ngFor="let input of uiInputGroup?.input"