diff --git a/src/lib/empty-states/empty-state/empty-state.component.html b/src/lib/empty-states/empty-state/empty-state.component.html index 82397d5..ddce9a2 100644 --- a/src/lib/empty-states/empty-state/empty-state.component.html +++ b/src/lib/empty-states/empty-state/empty-state.component.html @@ -12,6 +12,7 @@
{ + id?: string; label: string; description: string; value: I; diff --git a/src/lib/inputs/details-radio/details-radio.component.html b/src/lib/inputs/details-radio/details-radio.component.html index 15d7914..a897e1f 100644 --- a/src/lib/inputs/details-radio/details-radio.component.html +++ b/src/lib/inputs/details-radio/details-radio.component.html @@ -1,5 +1,6 @@
extends FormFieldComponent) { + return (option.id ?? option.label.replace('.', '-')) + '-checkbox-details-input'; + } } diff --git a/src/lib/upload-file/upload-file.component.html b/src/lib/upload-file/upload-file.component.html index 31a4ab2..4dd42fb 100644 --- a/src/lib/upload-file/upload-file.component.html +++ b/src/lib/upload-file/upload-file.component.html @@ -12,5 +12,13 @@
- +