i have ai image generator , how to add auto correct to the prompt box ?
i have ai image generator , how to add auto correct to the prompt box ?
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
if you construct this promptbox, add in
<textarea>
's settingsspellcheck="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
thank you very much
oh i forgot one line
tell me later if it worked or not