I’m using FormLayout.
At the beginning my form should not be editable (I only want to show the content of fields, that are bound to some properties of my User), so I set the readonly property of my fieldGroup = true. In this case no red-star is visible near the combobox.
I know that, if the fieldgroup is readonly, it is normal the red-stars are not shown near fields, but I expect that, when I change the readonly property, red stars become visible.
It seams like the fieldGroup does not totally refresh, and the combo “think” that its parent is still readonly.
Based on a quick search, there seem to be tickets about this already (
#11631 for ComboBox and DateField ,
#11695 for Tree ). At least the first one only applies to layouts other than VerticalLayout and HorizontalLayout according to the ticket.