Open hazemguent opened 4 years ago
Hello @hazemguent, thank you for reporting this.
Can you please do some tests without the (change)
event and the matInput
directive? In my tests the model updates correctly, so I'm thinking that something within those guys may be the cause of the problem.
I believe that we might have an open issue with the (change)
event
Hi @nbfontana thanks for answering
but I have tried your suggestions and none of them worked, also removing matInput
messed up the whole UI of the page
@nbfontana any updates about this bug?
The plugin works fine in terms of typing as shown in this example:
but when implemented with Backend REST methods I get this error:
when I checked the PUT methods that was sent to Backend using Postman, I found out that this data was sent:
while it should have been like this: ("." instead of "," and no points for thousands and no weird prefix)
This is my HTML code:
Typescript code that is relevant for formControlName price_per_day under ngOnInit:
Those are my settings: