Ionic 4 click outside modal background backdrop return data

My first guess was that when I click outside the module the data sent back is “” and it updates the name with that, but after printing the value of the returned data I noticed it said “undefined” so what I did was in the modal.onDidDismiss where I receive the returned data, I make sure that dataReturned.data != undefined and only then allow the user’s name to take the value of the returned data.