Skip to content

event emitter for dynamic select#29

Open
syedameenabrar wants to merge 6 commits intoELEVATE-Project:release-2.0.0from
syedameenabrar:release-2.0.0
Open

event emitter for dynamic select#29
syedameenabrar wants to merge 6 commits intoELEVATE-Project:release-2.0.0from
syedameenabrar:release-2.0.0

Conversation

@syedameenabrar
Copy link

No description provided.

[compareWith]="compareWith"
(selectionChange)="onSelectChange($event, control)"
(focus)="onSelectFocus(control?.name)"
*ngIf="shouldEmitEvents()"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this condition check and why are we declaring twice?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have added it twice with ngIf conditon, if we dont require value to be emitted then it was not working, so i need to declare twice

Copy link
Collaborator

@Vinod-V3 Vinod-V3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please check this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants