Skip to content

Commit

Permalink
Update boolean-input.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
heinerwalter authored Oct 29, 2024
1 parent bfae297 commit 77776cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
[readonly]="readonly"
[required]="required"
[inline]="true"
[dataSource]="allowIndeterminate ? [{ value: true, name: 'Ja' }, { value: false, name: 'Nein' }, { value: undefined, name: 'Keine Angabe' }] : [{ value: true, name: 'Ja' }, { value: false, name: 'Nein' }]"
[dataSource]="radioInputDataSource"

Check failure on line 46 in projects/ngx-property-editor/src/lib/components/input/boolean-input/boolean-input.component.html

View workflow job for this annotation

GitHub Actions / build (20.x)

Property 'radioInputDataSource' does not exist on type 'BooleanInputComponent'.

Check failure on line 46 in projects/ngx-property-editor/src/lib/components/input/boolean-input/boolean-input.component.html

View workflow job for this annotation

GitHub Actions / build (20.x)

Property 'radioInputDataSource' does not exist on type 'BooleanInputComponent'.

Check failure on line 46 in projects/ngx-property-editor/src/lib/components/input/boolean-input/boolean-input.component.html

View workflow job for this annotation

GitHub Actions / build

Property 'radioInputDataSource' does not exist on type 'BooleanInputComponent'.

Check failure on line 46 in projects/ngx-property-editor/src/lib/components/input/boolean-input/boolean-input.component.html

View workflow job for this annotation

GitHub Actions / build

Property 'radioInputDataSource' does not exist on type 'BooleanInputComponent'.
valuePropertyName="value"
displayPropertyName="name"
[(value)]="value"
Expand Down

0 comments on commit 77776cf

Please sign in to comment.