-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Labels
bugSomething isn't workingSomething isn't workingno test caseTry to pass a demo with the case of the issueTry to pass a demo with the case of the issue
Description
I am using Angular 16 and this is my template...
<select2
[id]="'select2'"
name="select2"
class="form-control"
[data]="getSelect2Data(dbData$ | async)"
[value]="selectedValue"
(update)="updateSelect2($event)"
[styleMode]="'noStyle'"
(close)="onClose($event)"
/>
If selectedValue is null, I can click the dropdown and select an option as expected.
However, if selectedValue is not null, when I click the dropdown flashes then immediately triggers the close event and closes.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingno test caseTry to pass a demo with the case of the issueTry to pass a demo with the case of the issue