Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我像这样在 yii2 中使用了动态形式。 我想在选择时向嵌套表单添加一个其他元素,并在选择时向嵌套表单twice_a_day添加另外两个元素3_times_a_day,依此类推。
twice_a_day
3_times_a_day
有什么解决办法吗? 我怎样才能做到这一点?
我扩展了 DynamicFormWidget 并更改了用于添加项目的 javascript