Refresh value in text field from a converter function.
Summary:
Content (required):
Hi All,
In my page, I have a text field with a converter that converts the number as per the maximum fraction digits given (ex.2). If I enter value like 23.456 it converts it back as 23.45 as expected in the UI. But the problem is the value is not getting refreshed with 23.45, the variable still holds the value as 23.456. How can I refresh the value with converter function returned value.
Any help is appreciated!
Version (include the version you are using, if applicable):
Release
2301
Visual Builder Runtime Version
2301.0.1
Oracle JET Version
13.0.5
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0