エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
form_with doesn't post remote forms with empty file input on Safari · Issue #32440 · rails/rails
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
form_with doesn't post remote forms with empty file input on Safari · Issue #32440 · rails/rails
When using form_with with a single file_field (using the form helper), the form will not submit o... When using form_with with a single file_field (using the form helper), the form will not submit on Safari for OSX if no file was chosen. Switching to "local: true", solves the problem. Steps to reproduce 1 - Create a form using form_with; 2 - Add a single file input field using the file_field helper; 3 - Without selecting a file, click submit. Expected behavior Form is submitted in all browsers Ac

