无法从禁用的输入(Yii2)获取POST数据

时间:2019-07-19 19:39:49

标签: php html yii2

禁用的输入不发送变量的原因是什么?

如果'disabled'=> true,则没有响应,如果没有('disabled'=> true),我将收到POST变量。

<?php echo $form->field($product, 'net_gr', [
                            'inputOptions' => [ 'id' => 'net_gr', 'autofocus' => 'autofocus', 'class' => 'form-control transparent']
                          ])->textInput()->input('net_gr', ['placeholder' => 'Peso neto/gr:', 'disabled' => true])
                            ->label(false);
                          ?>

怎么了?

谢谢。

0 个答案:

没有答案