-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dropdown Event Triggers Fails inside Modals #8
Comments
Please provide your usage source code |
i have try again.. i had use bootstrap4 origine dropdown , it not work too. my code: <amexio-window-pane [(showWindow)]="edit_condition_dispaly" [title]="'Employee Registration'" [closable]="true"> 请选择一天 <a class="dropdown-item" (click)="ttt()">Action Another action Something else here <amexio-radio-group [fieldLabel]="'选择一天'" name ="gender" [fieldName]="'genderDemo'" [dataReader]="'data'" [displayField]="'day'" [valueField]="'value'" [radioGroupBindData]="week" (selectedValue)="obj_edit.setSelectedGender($event)" [column]="'3'"> <amexio-number-input [fieldLabel]="'开始时间(数字整数,24小时制)'" name="name" [placeholder]="'数字整数,24小时制'" [(ngModel)]="obj_edit.must_time_start"> <amexio-number-input [fieldLabel]="'结束时间(数字整数,24小时制)'" name="name" [placeholder]="'数字整数,24小时制'" [(ngModel)]="obj_edit.must_time_end"> 例外时间 {{obj_edit.not_start}} {{obj_edit.not_end}} <amexio-checkbox [fieldLabel]="''" name="language" [checkBoxGroupDownBindData]="checkboxGroupdata" [dataReader]="'response.data'" [displayField]="'language'" [valueField]="'checked'" (change)="test()" [column]="'5'"> <div *ngIf="flag"> 开始的时间: <input type="datetime-local" class="layui-input" [(ngModel)]="obj_edit.not_start_new"> 结束的时间: <input type="datetime-local" class="layui-input" [(ngModel)]="obj_edit.not_end_new"> <amexio-btn [label]="'提交'" [type]="'primary'" (click)="update_condition()"> |
i find solution 👍 code example: |
Thankyou @luyouxin84 for reporting and providing a workaround, as you have mentioned this is indeed a bug not from our side but from the bootstrap team itself here's the link to the issue Issue. |
ratio and dropdown have css problem in amexio-window-pane
dropdown cant select, click event is not work
The text was updated successfully, but these errors were encountered: