Question
3
Replies
576
Views
Posted: November 28, 2017
Last activity: November 29, 2017
Closed
UI event on posting a value
We have a scenario we are formatting an input text and we need to post the value on change. We are formatting the value using jquery. However when we post the value the formatting is lost . Any suggestions? Why is document.ready not called when the value is posted? This is on 7.1.9
We are using the following jQuery
$( document ).ready(function() {
$("div.formatcurrency input").each(function(){
formatCurrencyField(this);
console.log("Custom Modal Wrapper format currency on load");
});
}
Hi Binod,
When we have designed to submit value from Pega, it would submit the value that a property or field may contain and not the value that is formed by formatting externally in JS or Jquery.
Regards,
Ujjwal