Giter Site home page Giter Site logo

Comments (5)

webcat12345 avatar webcat12345 commented on May 21, 2024

@Input() is implemented here .

And short demo for sync checked attribute here goes.

<ui-switch [checked]="cust" (change)="onChange($event)"></ui-switch>

<h2>{{cust}}</h2>

<button class="btn btn-primary" (click)="onSwitch()">Change</button>
  cust = false;
  onChange(event): void {
    console.log(event);
  }
  onSwitch(): void {
    this.cust = !this.cust;
  }

from ngx-ui-switch.

morkro avatar morkro commented on May 21, 2024

Thanks for the quick reply. You are right, it should actually work.
Guess my issue is somewhere else in my codebase. 🤔

from ngx-ui-switch.

webcat12345 avatar webcat12345 commented on May 21, 2024

@morkro Please let me know when your issue is solved so I can close this issue. Thanks.

from ngx-ui-switch.

morkro avatar morkro commented on May 21, 2024

The issue has not been resolved for me. It seems like internally the values are correct, but somehow the .checked class is still applied to the element.

from ngx-ui-switch.

webcat12345 avatar webcat12345 commented on May 21, 2024

Reopen issue when you can provide example.

from ngx-ui-switch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.