0
This error happens when an event call is made onblur()
in component.ts:
- Error procedure:
When performing a registration, entering data in the first field CODE, with only 1 digit, it accesses an event OnBlur()
, that checks whether that same typed code is greater than 0, with the expression on the Ts: resultado.total > 0
, if so, it displays a message saying that the code already exists and if you want to change it. At this point it presents the error in the console. Could someone tell me how to fix this mistake.
Please post the code instead of images
– Eduardo Vargas
https://pt.meta.stackoverflow.com/questions/5483/manual-de-como-n%C3%83o-fazer-perguntas/5485#5485
– Eduardo Vargas
face would not be easier vc by one (Charge)="function" would be better and your input would get cleaner
– Willian
face puts a change... and a release of true or false to the condition you want... hangs the button... and ready nothing mto difficult n.. (change)="function($Event.target)"
– Willian
Thanks Willian, I will try to make this change and inform you later the feedback. Thank you!
– Mayardes Oliveira