Skip to content
#

ngx

Here are 289 public repositories matching this topic...

ng-zorro-antd
IonelLupu
IonelLupu commented Oct 29, 2020

Reproduction link

https://stackblitz.com/edit/angular-bzybrd?file=src/app/app.component.ts

Steps to reproduce

Inside a nz-input-group with the nzCompact attribute, add a nz-select with a few options and the nzAllowClear attribute.

What is expected?

It is expected the select input to be cleared

mortanalexandru
mortanalexandru commented Feb 12, 2019

I am not able to get back the selected items in the case there is another wrapper component inside the dts-select-container. The SelectContainer uses @ContentChildren to get the $selectableItems. Is there any workaround?
example:

<dts-select-container>
     <parent-component>
         <span  [dtsselectItem]="item"></span>
         <span  [dtsselectItem]="item"></span>
     </parent-comp
ngx-daterangepicker-material

Improve this page

Add a description, image, and links to the ngx topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ngx topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.