Is there a way to dynamically pass the item
variable into this property? For example, if the item has a value of 35
, is it possible for it to become
this.BookingConfirmationFormsState35
?
onChange( event, item ){
console.log( this.BookingConfirmationFormsState+item ); // Not functioning correctly
}