+ 11
Hinter editor:
this is a text editor for make easier code: with: hints, marker of positions, search in text, and add our own hints, most used symbols as shortway for write. adapted for phone. on advance. https://code.sololearn.com/WoUjEYWDOir8/#html features: select hints with comma: e.g: te,t.... ta,l.... will select: textarea table respectively. add hints with caret using |: print(|), for position it when touch. note: the source code was edited in the same hinter editor.
2 ответов
+ 5
set autocapitalize="off" in your textarea tag
+ 3
added, plus: autocorrect=off autocomplete=off spellcheck=false