kopia lustrzana https://github.com/cheeaun/phanpy
Disable autocapitalize on input field
And disable a bunch of others toopull/42/head
rodzic
0d92f65f7e
commit
bfaefbe178
|
@ -68,6 +68,10 @@ function Login() {
|
||||||
ref={instanceURLRef}
|
ref={instanceURLRef}
|
||||||
disabled={uiState === 'loading'}
|
disabled={uiState === 'loading'}
|
||||||
list="instances-list"
|
list="instances-list"
|
||||||
|
autocorrect="off"
|
||||||
|
autocapitalize="off"
|
||||||
|
autocomplete="off"
|
||||||
|
spellcheck="false"
|
||||||
/>
|
/>
|
||||||
<datalist id="instances-list">
|
<datalist id="instances-list">
|
||||||
{instancesList.map((instance) => (
|
{instancesList.map((instance) => (
|
||||||
|
|
Ładowanie…
Reference in New Issue