hello all , well , as i said in topic title , i have image generator , but i need to add auto correct to the prompt , i mean if i type " pepol " instead of " people " it gives me red underline " and ability to correct it like here for example
hello all , well , as i said in topic title , i have image generator , but i need to add auto correct to the prompt , i mean if i type " pepol " instead of " people " it gives me red underline " and ability to correct it like here for example
5 Comments
qinerous@lemmy.world · 2 pts · 1y
if you construct this promptbox, add in 's settings
spellcheck="true" - enables spell checking (may highlight errors).
autocomplete="on" - helps the browser to suggest text.
autocorrect="on" (for some browsers/devices) - auto-correct.
autocapitalize="on" - includes auto-capital letters.
or if you just use framework, then add in java script
Anubis2025@lemmy.world · 1 pts · 1y
thank you very much
qinerous@lemmy.world · 1 pts · 1y
oh i forgot one line
tell me later if it worked or not
Koto@lemmy.world · 1 pts · 1y
Most browsers have a grammar check option. You need to look into your browser settings and enable it.
Anubis2025@lemmy.world · 1 pts · 1y
i used chrome and it has it already every here when i type to you its check any grammar or spelling check but that not happen when i type in prompt box