cancel
Showing results for 
Search instead for 
Did you mean: 

setTextFormatter for input element not working

0 Kudos

Hi,

In the UI5 app, I picked an element by this.byID('idname') and tried to set a formatter to be assigned dynamically, as it is a standard sap app.App is on SAP UI 1.44.1. I tried giving a function module/name of the function module. None of them seem to work(It doesn't stop at the debugger statement) (https://sapui5.hana.ondemand.com/#docs/api/symbols/sap.m.Input.html#setTextFormatter)

Accepted Solutions (0)

Answers (2)

Answers (2)

Sharathmg
Active Contributor
0 Kudos

Check if its related to the location path to the formatter function.

Refer the thread: https://archive.sap.com/discussions/thread/3683523

Regards,

Sharath

junwu
Active Contributor
0 Kudos

your code please