我一直在查看Angular Schema Form文档,以便能够将属性应用于在:上生成的元素htmlClass: "street foobar", // CSS Class(es) to be added to the container div: "street" // CSS Class(es) to be added to the label of the fie
如何更改输入表单的属性?在indexcontroller.php中,我使用$form = new ProductForm();获取表单,并希望编辑该值并从url中设置特殊值。我的想法是$form->setAttribute('categoryId', 'value');,但那行不通。indexcontroller.php $form->setHydrator(new C