Hi,
I have the same problem.
We have a database in which types predefined by the database are enclosed in <>.
The demo gives for ‘<>’ the correct ‘<>’
And also correct if I set data to ‘<_>’: ‘<_>’ or ‘<123>’: ‘<123>’.
But <Person> gives ‘<Person></Person>’ instead of ‘<Person>’ and so the field is displayed empty.
Regards