Code Monkey home page Code Monkey logo

Comments (8)

Agranom avatar Agranom commented on May 26, 2024

Look at this issue #12 Maybe you're doing the same mistake?

from ngx-material-timepicker.

caribou71 avatar caribou71 commented on May 26, 2024

I checked..i don't have value in the input with ngmodel.

my case is different because it is in a for loop...so the name of the input and timpepicker are the same for each..probably that's why initially they all have the same info in it

from ngx-material-timepicker.

Agranom avatar Agranom commented on May 26, 2024

have you tried to set an unique name for each timepicker in the loop ?

from ngx-material-timepicker.

caribou71 avatar caribou71 commented on May 26, 2024

i tried that [ngxTimepicker]="fullTime{{i}}" but it doesn't work..compilation error

cant name the timepicker like this either #fullTime{{i}}

from ngx-material-timepicker.

caribou71 avatar caribou71 commented on May 26, 2024

can you make an example with a loop and ngmodel associate with it that is working...i'm pretty sure you'll see the same behavior

from ngx-material-timepicker.

Agranom avatar Agranom commented on May 26, 2024

I created tests = [{time: "11:15 am"}, {time: "10:10 am"}]; array

and this loop
`<div " *ngFor="let test of tests">
<input [ngxTimepicker]="default" [(ngModel)]="test.time">
<ngx-material-timepicker #default>

`

And I have different values in the input. And after changing the time, each input still have its own value

from ngx-material-timepicker.

caribou71 avatar caribou71 commented on May 26, 2024

ok the problem come when it is under form...i just comment the form and it is working just fine. i'll use it without form.

thanks for your help! appreciate...

Note: you should start a stackblitz with your example...and ask people to fork it and show you their problems ;)...probably much easier for everybody

from ngx-material-timepicker.

Agranom avatar Agranom commented on May 26, 2024

Thanks for advice, I'll try it !

from ngx-material-timepicker.

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.