Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
Hi What is the technique to format numbers entered into input text field? I set the converter to FormattedNumber. But conversion is not happening.
Thanks
You’ll need to do a form post to the server. One of the many ways you can do this is by raising an async hidden command on the onblur of the text input.
Regards, –mark