This was a regression with the 8.0.90 update. We have a custom behavior IconTintColorBehavior based off the CommunityToolkit behavior of the same name. Specifically, this is what colors the UIButton ...
Currently, on iOS, the picker uses a slightly hacky button, which opens a popover and the native UIPickerView control. This isn't very elegant. However the main problem is that this core control is ...
It is possible to set number of lines of a label by going to the Attribute Inspector and assigning value 0 to the lines attribute. In case of Text Field we can use Text View but if we are using ...