有人可以帮我改变这条线:
<li>{{ form_row(form.features_reducing_value) }}</li>
到这个或类似的东西:
<div id="dynamicInput">
Entry 1<br><input type="text" name="myInputs[]">
</div>
<input type="button" value="Add another text input" onClick="addInput('dynamicInput');">