Hello colleagues,We have inour view.xml the input field with type.Float: <Input value="{path:'***>NetAmount', type:'sap.ui.model.type.Float',formatOptions:{groupingEnabled:true,groupingSeparator:',',maxFractionDigits:{path:'***>/test...
Hello colleagues,I found the solution for the “type:'sap.ui.model.type.Float'” with TwoWay DataBinding.I use a changeHandle and I do rebinding for my inputField in this changeHandler:for(...){ // loop whole list of items sPathNetAmount = sPathItems +...
Hi Kimmo,thanks for your answer!I thought, that I can find a solution without implement the change event for the input field. Usually“type:'sap.ui.model.type.Float'” works in TwoWay Data Binding mode. But whenthe formatOptions are dynamical values it...