Skip to content

Commit

Permalink
テキストエリアで最初の空行を入れた際、対象行が削除されてしまう問題を改善
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuring committed Oct 27, 2023
1 parent d84c1d1 commit e0358f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/baser-core/config/bc_form.php
Expand Up @@ -81,7 +81,7 @@
'radioWrapper' => '<span class="{{class}}">{{label}}</span>',
'radioFormGroup' => '<span class="{{groupClass}}">{{input}}</span>',
// Textarea input element,
'textarea' => '<textarea name="{{name}}"{{attrs}}>{{value}}</textarea>',
'textarea' => "<textarea name=\"{{name}}\"{{attrs}}>\n{{value}}\n</textarea>",
// Container for submit buttons.
// 'submitContainer' => '<div class="submit">{{content}}</div>' NOTE: formAfterCreateにてデザインが崩れるため一旦コメントアウト
'submitContainer' => '{{content}}',
Expand Down

0 comments on commit e0358f1

Please sign in to comment.