迭代 KnockoutJs observableArray
嗨(另一个淘汰赛问题:-(,抱歉)
我有一个可观察数组,其中五个字段(用于数据绑定等)绑定到一个下拉列表。
当从下拉列表中选择一个项目时,我需要一种方法来迭代该数组并返回下拉列表中不存在的附加值
再次感谢您的帮助。
Hi (another Knockout question :-( , sorry)
I have an observable array with five fields (used for data binding etc.) bound to a dropdown.
When a item is chosen from the dropdown, I need a way to iterate through the array and return the additional values that are not present in the dropdown.
Once again, thanks for your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过“值”绑定访问整个选定的对象。您不限于两个领域。
这里是一个类似的问题,这里是一个代码示例。
You can access the entire selected object via "value" binding. You are not limited to two fields.
Here is a similar question, and here is a code sample.