When I use ReferenceField with ReferenceWidget, there are always options which refer to real objects, and one, on the top, named <No reference>. It is possible to hide that option?
When I use ReferenceField with ReferenceWidget, there are always options which refer to real
Share
Yes, set the
requiredproperty of the field to True.