Hi all,
Does anyone see the similar binding as below:
Java code:
Student student;
Tml file:
<input value={student?.name} />
I don't know why they add "?" in data binding ?
Thanks,
Duy.
Does anyone see the similar binding as below:
Java code:
Student student;
Tml file:
<input value={student?.name} />
I don't know why they add "?" in data binding ?
Thanks,
Duy.