-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
emitEvent is ignored in ionicv4 beta16 #16452
Comments
Thanks for your issue! Had you checked if this issue also happens on Angular only? btw, you can simplify your code by wrapping the items inside a PS: It's a better practice to use lower Camel Case https://en.wikipedia.org/wiki/Camel_case (totalsGroup instead of TotalsGroup) |
@paulstelzer Yes, I made a stackblitz demo with only Angular.And it works perfectly. Here is the demo - https://stackblitz.com/edit/angular-bktbyr?file=src%2Fapp%2Fapp.component.ts |
Maybe this issue could be solved with #17043 . Could you check after rc.2 release if this problem is solved, too? |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Hello,
I have an app which was working fine in Ionic4 beta 11. But after updating the app to beta16 i am facing weird value changes issue.
I have two Form controls Price and Total, I have subscribed the value changes for both the inputs. When I change the value in total text box, i should reset the value price field. After reset I dont want the value changes of first price to be fired so I have I applied
emitEvent:false
during the reset event.But the value changes of Price is fired.I get this issue if i use Ionic-Inputs in beta16, if i change the textboxes to HTML5 inputs then it is working as expected.
I couldn't make a stackblitz demo but I have made a video of the app.In this video you will see the valuechanges of price formcontrol is fired.
https://www.useloom.com/share/0b89483a00a44568addc87fd3770fa09
I replaced the ion-inputs with html5 inputs and it is working fine. Here is the video regarding it.
https://www.useloom.com/share/21fa5339e44d4c28a40cab96dd5e87f3
Below is the template:
The component code is here:
Can somebody please help me out?
Thank you
Abhilash
The text was updated successfully, but these errors were encountered: