diff --git a/src/app/components/listbox/listbox.ts b/src/app/components/listbox/listbox.ts index 8103bb26643..0716ec92274 100755 --- a/src/app/components/listbox/listbox.ts +++ b/src/app/components/listbox/listbox.ts @@ -212,9 +212,9 @@ export const LISTBOX_VALUE_ACCESSOR: any = { - + - {{ emptyMessage }} + {{ emptyMessage }} {{ selectedMessageText }} diff --git a/src/app/components/multiselect/multiselect.ts b/src/app/components/multiselect/multiselect.ts index 1533f2d9d9e..22f832f8330 100755 --- a/src/app/components/multiselect/multiselect.ts +++ b/src/app/components/multiselect/multiselect.ts @@ -2103,7 +2103,7 @@ export class MultiSelect implements OnInit, AfterViewInit, AfterContentInit, Aft this.onPanelShow.emit(); break; - + case 'void': this.itemsWrapper = null; this.onModelTouched(); diff --git a/src/app/showcase/doc/autocomplete/showclear-doc.component.ts b/src/app/showcase/doc/autocomplete/showclear-doc.component.ts index 8e5367e3371..71ed72d6079 100644 --- a/src/app/showcase/doc/autocomplete/showclear-doc.component.ts +++ b/src/app/showcase/doc/autocomplete/showclear-doc.component.ts @@ -24,7 +24,7 @@ interface AutoCompleteCompleteEvent { export class ShowClearDoc implements OnInit { countries: any[] | undefined; - countryFormGroup: FormGroup = new FormGroup({ 'country': new FormControl({ name: 'Switzerland', code: 'CH' }) }); + countryFormGroup: FormGroup = new FormGroup({ country: new FormControl({ name: 'Switzerland', code: 'CH' }) }); filteredCountries: any[] | undefined; diff --git a/src/app/showcase/doc/carousel/responsivedoc.ts b/src/app/showcase/doc/carousel/responsivedoc.ts index 868349547f8..32609c23e5b 100644 --- a/src/app/showcase/doc/carousel/responsivedoc.ts +++ b/src/app/showcase/doc/carousel/responsivedoc.ts @@ -8,9 +8,8 @@ import { ProductService } from '@service/productservice'; template: `

- Carousel supports specific configuration per screen size with the responsiveOptions property that takes an array of objects where each object defines the max-width breakpoint, numVisible for the number of - items per page and numScroll for number of items to scroll. When responsiveOptions is defined, the numScroll and numVisible properties of the Carousel are used as default when there is breakpoint that - applies. + Carousel supports specific configuration per screen size with the responsiveOptions property that takes an array of objects where each object defines the max-width breakpoint, numVisible for the number of items + per page and numScroll for number of items to scroll. When responsiveOptions is defined, the numScroll and numVisible properties of the Carousel are used as default when there is breakpoint that applies.