8000 Issue with *ngFor in Angular 4 · Issue #394 · drgullin/icheck · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Issue with *ngFor in Angular 4 #394
Open
@diegocurbelo12

Description

@diegocurbelo12

Hi All, I think I found an issue when try to use ngFor directive and iCheck

if you try something like:

<div *ngFor="let benefit of benefits">
                    <input type="checkbox" icheck>
                    <label class="check-label"> {{benefit.name}}</label>
</div>

where icheck is an angular directive only to write the jquery code

then the result is the Dom elements
<ins class="iCheck-helper" is getting size up to 500 px (or all parent elements) then checkbox not works, only select the last one.

any idea or workaround?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0