Andreas Hallberg

Results 10 issues of 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]`:...

type: bug :bug:
[2]

**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...

type: enhancement :sparkles:
[5]

**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:...

type: bug :bug:
[5]
team: homepages

### 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)...

needs: investigation
area: devkit/build-angular
devkit/build-angular:browser

**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...

type: bug :bug:
[3]
High
Portal/OS/Homepages

**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...

type: bug :bug:
[2]
High
Portal/OS/Homepages

**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...

status: wip :construction:

**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...

type: enhancement :sparkles:
[3]
Portal/OS/Homepages

**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...