Closed
Description
Example: If changing a number to a percentage (0.12
to 12%
) everything displays properly on the screen for the user. If the user tries to exit page without saving (ie cancel
etc) they'll get the warning before saving.
Need to resolve this issue so that this is not raised. Sample snippet to resolve:
elem.setAttribute('value', apex.item(elem).getValue());