youcefelwaer

Results 1 comments of youcefelwaer

hello i used this work around on the calculated Value logic const inputValue=data['test']; if ((inputValue.length>15)) { value=parseFloat(inputValue.replace(".","").substring(0,15)); }