69
Views
4
Comments
Solved
Custom input currency mask is not triggering onchange event while clicking backspace
Application Type
Traditional Web, Reactive
Service Studio Version
11.11.6 (Build 44614)

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.


UserImage.jpg
Vishnupriya S
Solution

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

2023-10-30 09-31-27
Shivam Mishra

hi

Vishnupriya S ,

could you please share oml .

2022-10-18 07-32-49
Randall Jodache Chetty

I also experienced this 

UserImage.jpg
Vishnupriya S
Solution

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

2022-10-18 07-32-49
Randall Jodache Chetty
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.