Hi,
We are running into a problem where we have a listview with a datatemplate, where within the template we have 3+ SfTextInputLayout entry boxes. When we run the code, we tap on the first box, all is fine. When tapping on the next box, the focus colour is still visible and the hint text space is there without the hint text for the first box, and the second box is focused as normal. Tapping back on the first box, it unfocuses the first box completely as well as the second, but when you type nothing seems to happen, even though it is actually adding the text to the binded value as though the box has focus. From then on, each time you tap on any box besides the first, it also focuses the first box, but badly, and allows you to type into the box you originally tapped, even though you can't see the text.
The attachment has a png that shows an example where I went through the steps outlined above, then selected the 3rd box. As you can see, visually tings dont look right.
The datatemplate for this list is constructed in a .cs file and we use:
--- itemList.ItemTemplate = new DataTemplate().LoadFromXaml( ---
to create the template, we do this so that we can create custom template based on configuration at runtime.
Thanks
Rigardt
Attachment:
Example_70489847.zip