We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
以下のようなcheckboxのフォームに、 choice_widget_collapsedが対応していない為、 新規会員登録では、チェックボックスが利用できません。
$builder->add('isAttending', 'choice', array( 'choices' => array( 'Yes' => 'yes', 'Maybe' => 'maybe', 'No' => 'no', 'Other'=>'other' ), 'multiple' =>true, 'expanded' =>true, ));
choice_widget_expandedのblockに、multipleが有効時の実装をお願いします。 \src\Eccube\Resource\template\default\Form\form_layout.twig
The text was updated successfully, but these errors were encountered:
No branches or pull requests
概要(Overview)
以下のようなcheckboxのフォームに、
choice_widget_collapsedが対応していない為、
新規会員登録では、チェックボックスが利用できません。
期待する内容(Expect) or 要望 (Requirement)
choice_widget_expandedのblockに、multipleが有効時の実装をお願いします。
\src\Eccube\Resource\template\default\Form\form_layout.twig
環境 (environment)
The text was updated successfully, but these errors were encountered: