回答編集履歴

1

ソースが長かったので短く端的にしました。

2024/02/19 23:52

投稿

goola
goola

スコア67

test CHANGED
@@ -1,13 +1,3 @@
1
1
  ご指摘の通りname属性を設定したところうまく行きました。
2
2
  ありがとうございます。
3
- <div class="mt-4">
4
- <x-input-label for="workplace_id" :value="__('workplace_id')" />
5
- <x-input-select :options="$workplaces" name="workplace_id" class="block mt-1 w-full" />
3
+ <x-input-select :options="$workplaces" name="workplace_id" class="block mt-1 w-full" />
6
- <x-input-error :messages="$errors->get('workplace_id')" class="mt-2" />
7
- </div>
8
-
9
- <div class="mt-4">
10
- <x-input-label for="admin_flg" :value="__('admin_flg')" />
11
- <x-input-select :options="$authorities" name="admin_flg" class="block mt-1 w-full" />
12
- <x-input-error :messages="$errors->get('admin_flg')" class="mt-2" />
13
- </div>