質問編集履歴

2

ファイル名を追加

2022/08/09 01:30

投稿

saekisasasa
saekisasasa

スコア0

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,8 @@
4
4
  フォーム部品に入力しようとすると何故かフォーカスが外れてしまいます。
5
5
  対応方法をご教示いただきたいです。
6
6
 
7
- ```create.blade.php
7
+ create.blade.php
8
+ ```php
8
9
  <x-app-layout>
9
10
  <x-slot name="header">
10
11
  <header class="text-gray-600 body-font">
@@ -42,7 +43,8 @@
42
43
 
43
44
  ```
44
45
 
45
- ```QuestionTemplates.php
46
+ QuestionTemplates.php
47
+ ```php
46
48
  <?php
47
49
 
48
50
  namespace App\Http\Livewire;
@@ -129,7 +131,8 @@
129
131
 
130
132
  ```
131
133
 
132
- ```question-templates.blade.php
134
+ question-templates.blade.php
135
+ ```php
133
136
  <section class="text-gray-600 body-font overflow-hidden">
134
137
  <div class="container px-5 py-12 mx-auto">
135
138
  <form wire:submit.prevent="save">

1

正しいファイル名を入力

2022/08/09 01:28

投稿

saekisasasa
saekisasasa

スコア0

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
  フォーム部品に入力しようとすると何故かフォーカスが外れてしまいます。
5
5
  対応方法をご教示いただきたいです。
6
6
 
7
- ```php
7
+ ```create.blade.php
8
8
  <x-app-layout>
9
9
  <x-slot name="header">
10
10
  <header class="text-gray-600 body-font">
@@ -42,7 +42,7 @@
42
42
 
43
43
  ```
44
44
 
45
- ```php
45
+ ```QuestionTemplates.php
46
46
  <?php
47
47
 
48
48
  namespace App\Http\Livewire;
@@ -129,7 +129,7 @@
129
129
 
130
130
  ```
131
131
 
132
- ```php
132
+ ```question-templates.blade.php
133
133
  <section class="text-gray-600 body-font overflow-hidden">
134
134
  <div class="container px-5 py-12 mx-auto">
135
135
  <form wire:submit.prevent="save">