Spaces:
Running
Running
mrfakename
commited on
Commit
•
e8201b6
1
Parent(s):
6cc6e46
Fix #12
Browse files- src/App.js +1 -0
src/App.js
CHANGED
@@ -214,6 +214,7 @@ function App() {
|
|
214 |
type="text"
|
215 |
name="phone-number"
|
216 |
id="phone-number"
|
|
|
217 |
className="block w-full rounded-md border-0 py-1.5 pl-24 text-gray-900 ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6"
|
218 |
placeholder="openai/whisper-large"
|
219 |
value={projectName}
|
|
|
214 |
type="text"
|
215 |
name="phone-number"
|
216 |
id="phone-number"
|
217 |
+
autocapitalize="none"
|
218 |
className="block w-full rounded-md border-0 py-1.5 pl-24 text-gray-900 ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6"
|
219 |
placeholder="openai/whisper-large"
|
220 |
value={projectName}
|