I would appreciate help from the community as in the screenshot there are two text fields one will accept input values between 1-200 and the other side text field(which will be read-only) will display a converted value with 5.19, Like if the user inputs 100 the other side should display automatically 100*5.19 = 519.00
Would be much appreciated if a step-by-step guide could be provided!
Action to achieve :
1.) Restrict input value in the first text field in between 1-200.
2.) Display the converted value in the second text field by multiplying with 5.19