Andreas Hallberg
Andreas Hallberg
**Describe the bug** While scanning for vulnurable and non-compliant (license) packages, we found that `ids-enterprise` declares a lot of dependencies since version 4.67. **To Reproduce** Output from `npm info [email protected]`:...
**Is your feature request related to a problem or use case? Please describe.** When writing HTML that uses the `ids-enterprise-wc` components, there is no help from the IDE (vscode). There...
**Describe the bug** When a popupmenu (`soho-popupmenu`, `soho-menu-button` etc) uses the `[attachToBody]="false"` binding, it isn't always rendered properly when running in iOS (Safari). **To Reproduce** Steps to reproduce the behavior:...
### Which @angular/* package(s) are the source of the bug? Don't known / other ### Is this a regression? No ### Description When compiling an Angular application with the [ids-enterprise-wc](https://github.com/infor-design/enterprise-wc)...
**Describe the bug** When an IdsPopupMenu element (IdsDropdown, IdsMenuButton etc) is placed inside a query container, i.e an element with the [`container-type`](https://developer.mozilla.org/en-US/docs/Web/CSS/container-type) property, the positioning of the Popup Menu is...
**Describe the bug** There are a couple of issues with the IdsModuleNav related to dynamic content: 1. If the panel is initially expanded, and menu items are added later, then...
**Explain the details for making this change. What existing problem does the pull request solve?** Adds an error indicator to IdsTab when its' IdsTabContent contains an invalid input. ⚠️ Note...
**Is your feature request related to a problem or use case? Please describe.** `ids-enterprise` automatically shows an error indicator when there is a validation error in a form control inside...
**Checklist** - [x] Did you run the analyzer with the `--dev` flag to get more information? - [x] Did you create a **minimal** reproduction in the [playground](https://custom-elements-manifest.netlify.app/)? Completing the items...
# Description If I understand things correctly, the formatter treats Angular's `@let` syntax as the start of a control-flow block. This should fix that. I haven't contributed before so I...