Hello Experts,
Below code is giving strange result on UI:
<Text text="{
parts: [{path:'FirstName'},
{path:'LastName'}]
},
formatter: function( FName, LName ){
return FName + ' ' + LName
}
"/>
In UI it is showing like below:
First Name Andrew Fuller, formatter: function( FName, LName )