Hi Team,
I have list of custom input mask input field in currency format. When I enter values it's automatically converting into currency format. I'm using a list of decimal variable for the input fields. I have another columns which has some value. When I enter amount in input field the column will reduce the value according to the entered value.
But when I click backspace or delete icon in the decimal values the onchange event is not getting trigged and the amount is not reducing in the nearby column. Onchange event occurs only I delete or backspace the main value not in decimal value.
I have attached the screenshot for your referecnes.
Thanks in advance.
Hi Randall and Shivam,
I fixed this issue. I used the input mask and made the optionaldecimals and enforcedigitsOnBlur properties to true, and it worked as I expected.
Thanks
Vishnu
hi
Vishnupriya S ,
could you please share oml .
I also experienced this
Perfect!
Thanks for sharing.