1)フォーム入力の幅に関連するCSSファイルには何も見つかりませんでした。2)私はこれを試しました:
array(
'spec' => array(
'name' => 'name',
'options' => array(
'label' => 'Your name',
'size' => '14', <---this doesn't work!
),
'type' => 'Text',
),
),
結果なしで!
では、ZF2 でフォーム テキスト入力の幅 (サイズ プロパティ) を変更することは可能ですか?
ありがとう