Open
Description
Bug Description
When put MultiComboBoxItemComponent into FormItemComponent,
for example
<ui5-form> <ui5-form-item> <ui5-multi-combobox> <ui5-mcb-item *ngFor="let i of [1,2,3]" [text]="'Test' + i"></ui5-mcb-item> </ui5-multi-combobox> </ui5-form-item> </ui5-form>
when click on the label of the selection item, will cause the browser showing Error code: STATUS_ACCESS_VIOLATION
Expected Behavior
working
Steps to Reproduce
- Go to 'template.html' add
<ui5-form> <ui5-form-item> <ui5-multi-combobox> <ui5-mcb-item *ngFor="let i of [1,2,3]" [text]="'Test' + i"></ui5-mcb-item> </ui5-multi-combobox> </ui5-form-item> </ui5-form>
also import components - start open browser (edge), open combobox, click on label
- show error
Isolated Example
Context
- UI5 Web Components version: {2.1.1}
- UI5 Web Components for Angular version: {0.3.0 - 0.3.0-rc.15}
- Angular Version: {17 & 18}
- OS/Platform: {...}
- Browser: {edge}
- Affected component: {...}
Log Output / Stack Trace / Screenshots
Error code: STATUS_ACCESS_VIOLATION
Priority
- Low
- Medium
- High
- Very High
The priority indicates the severity of the issue. To set the appropriate priority consider the following criteria:
- Breaks entire application or system - High or Very High
- Accessibility issue - Medium or High
- Functional issue - Medium or High
- Visual issue - Low or Medium
Note: The priority might be re-evaluated by the issue processor.
Stakeholder Info (if applicable)
- Organization: {...}
- Business impact: {...}
Metadata
Metadata
Assignees
Labels
No labels