Hey
What do you get if you console log the currentItem? console.log(currentItem); Make sure you have data in the field you are trying to use.
Then if that field is a number you need to convert it to a string using currentItem.priceBasic.toString(); to make it work as a value in a text field.