Skip to content

Commit 23b35a6

Browse files
committed
fix: select static menu
1 parent d702802 commit 23b35a6

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
lines changed

package-lock.json

Lines changed: 13 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@richardlt/ng2-semantic-ui",
3-
"version": "0.10.0-alpha.6-fork-1",
3+
"version": "0.10.0-alpha.6-fork-2",
44
"description": "Angular Semantic UI Components",
55
"repository": {
66
"type": "git",
@@ -60,9 +60,9 @@
6060
"@types/jasmine": "~3.5.9",
6161
"@types/jasminewd2": "~2.0.8",
6262
"@types/node": "~13.9.1",
63-
"@types/prismjs": "~1.16.0",
63+
"@types/prismjs": "~1.4.18",
6464
"bowser": "^1.7.2",
65-
"core-js": "^3.6.4",
65+
"core-js": "^2.5.4",
6666
"date-fns": "2.11.0",
6767
"element-closest": "^3.0.2",
6868
"extend": "^3.0.2",

src/modules/select/classes/select-base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export abstract class SuiSelectBase<T, U> implements AfterContentInit, OnDestroy
2020
public dropdownService:DropdownService;
2121
public searchService:SearchService<T, U>;
2222

23-
@ViewChild(SuiDropdownMenu)
23+
@ViewChild(SuiDropdownMenu, { static: true })
2424
protected _menu:SuiDropdownMenu;
2525

2626
// Keep track of all of the rendered select options. (Rendered by the user using *ngFor).

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@richardlt/ng2-semantic-ui",
3-
"version": "0.10.0-alpha.6-fork-1",
3+
"version": "0.10.0-alpha.6-fork-2",
44
"description": "Angular Semantic UI Components",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)