The `Inherited Options` sections of [EntityType Field docs](https://symfony.com/doc/current/reference/forms/types/entity.html) miss at least the following properties of underlying [ChoiceType Field](https://symfony.com/doc/current/reference/forms/types/choice.html): - [`choice_lazy`](https://symfony.com/doc/current/reference/forms/types/choice.html#choice-lazy) - [`choice_loader`](https://symfony.com/doc/current/reference/forms/types/choice.html#choice-loader) See also: [New in Symfony 7.2: Lazy Choice Loader](https://symfony.com/blog/new-in-symfony-7-2-lazy-choice-loader)