mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
Add dynamic IDs to filter buttons in filter group component
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user