问题标签 [angular-ngselect]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
14341 浏览

angular6 - ng-select 多选复选框,具有角度 6 的反应形式

请通过链接(https://ng-select.github.io/ng-select#/multiselect-checkbox)了解 ng-select 多选复选框。

我正在尝试在我的 Angular 6 应用程序中使用 ng-select “组选择子项” 。

我在使用带有反应式表单而不是模板驱动表单的ng-select “组选择子项”时遇到问题。

我已经厌倦了

我使用了多选复选框的相同数据-- [items]="userGroupsList"

https://github.com/ng-select/ng-select/blob/master/demo/app/shared/data.service.ts -- getMockPeople() 有数据

所以在这里我可以在输入上使用 [(ngModel)] 以及 formControlName 在选择父元素时如何选择子元素,如示例中所示

请帮忙....!

0 投票
0 回答
662 浏览

angular - 选择选项时 Ng-select 集成测试失败

我正在努力为我的自定义 ng-select 组件编写适当的测试。该组件按预期工作,但我很难尝试对其进行测试并且找不到解决方案。尝试了多种方法来解决错误,但Error: 1 timer(s) still in the queue. 在选择选项后我一直在继续。任何帮助,将不胜感激。

Component

Template

Integration TEST

截图 截图来自 2018-09-25 13-23-02

我可以看到该值已被选中并且也在组件上设置,但我不知道为什么队列中有 1 个计时器以及如何解决它。

0 投票
2 回答
7395 浏览

angular - How to add value and label to Angular 2 ng-select

Basically the ng2-select module allows me to add a 1 dimension array to its items:

which looks like : ng-select dropdown

but what I want is having this kind of items set:

If I set the value of [items] to this value I get [object],[object] on the value attribute of the element and an empty dropdown. How can I make this possible?

UPDATE

Items:

Render HTML:

0 投票
0 回答
623 浏览

html - 如何将加载的数据正确绑定到@ng-select,angular6

我使用ng-select异步列表我不知道如何绑定选定的对象

TS 代码:

我如何为 ng-select 设置选择this.model.traLoiMaVanBan = data.traLoiVanBanInfo.value

0 投票
1 回答
41 浏览

node.js - 带有 ng-select 的 Mongoose 新 Schema post 子数组

我有这个架构:

像这样在 HTML 中使用 ng-select:

我想像这样发布到 mLab:

控制台将记录电子邮件但不记录技能..

当然,mLab 只会将电子邮件

更新:

我设法通过将技能更改为

和:

但它会在没有键的情况下发布子数组,只有如下值:

我希望它是:

0 投票
1 回答
1528 浏览

angular - 在用户输入角度 2 时更改 ng-select 组件的输入值

我有一个 ng-select 组件。我想修剪用户在输入时输入的输入文本。我有下面的代码,我可以获取用户输入的文本,但我无法找到将修剪后的文本放回 ng-select 的方法。

打字稿代码

任何帮助都会很棒。谢谢..

0 投票
1 回答
3493 浏览

angular - @ng-select addTag,添加新标签后如何验证?

我正在使用@ng-select/ng-select

.html 文件

addTag正在工作,但 无法访问已定义值内的addTagPromise 函数

ts文件

打印的日志未定义

如何访问 addTagPromise 函数中已定义的值?

0 投票
1 回答
220 浏览

javascript - 获取动态选择选项以在角度js中从0到n范围内选择多个数字

我想从用户那里获取范围,并根据用户可以使用角度 js 从 select 语句中选择多个选项的范围。请帮忙

0 投票
2 回答
4903 浏览

angular - Ng-select 样式问题

在此处输入图像描述安装 ng-select 后:

我正在将材质样式导入到 styles.scss 中:

身体 {

但毕竟,该组件以非常奇怪的外观呈现。

查看 node_modules 文件夹我看不到 ng-select 文件夹来查看它的主题文件夹。

请问有什么想法吗?

0 投票
0 回答
209 浏览

angularjs - 多选异步中的默认值

我正在尝试使用异步数据源在多选中设置默认值,但它不起作用

我的 HTML

和 TS

预期行为我可以找到选定的用户+搜索后端以选择用户

Angular 6 ng-select 2.10.5