Still an issue as of 26.3 (on iOS 26).
Took some notes on the behavior of the bug:
Pressing tab returns to the start of the line.
Sometimes it adds the first option (e.g. “@a”), but its inconsistent.
Some tests with /give:
”/give ” followed by tab → “/give ō” in text box → “/give @a" according to syntax error
“/give @" tab “ gold_block” → “/give @ō gold_block” → unexpected “@” syntax error
“/give “ tab (added “@a”) “ gold_block” “/give ō@a gold_block” → gets Block of Gold
“/give “ tab (no added “@a”) “ gold_block” → “/give ō gold_block” → unexpected ““ syntax error
“/give “ tab (no added “@a”), add 1 at start → “1/give @a” in chat box
“/give “ tab (no added “@a”), add & remove 1 at start, add “ gold_block” → “/give @a gold_block” in chat box → gets Block of Gold
Some tests with /say:
“/say ” followed by tab → “/say ō” in text box → invalid message length error
“/say x” followed by tab → “/say xō” in text box → “xō” in chat
Some tests with chat only:
tab only → “ō” in text box → no message in chat, similar to inputting only spaces
“x” followed by tab → “xō” in text box → “xō” in chat
tab followed by “x” → “ōx” in text box → “x” in chat
Still an issue as of 26.3 (on iOS 26).
Took some notes on the behavior of the bug:
Pressing tab returns to the start of the line.
Sometimes it adds the first option (e.g. “@a”), but its inconsistent.
Some tests with /give:
”/give ” followed by tab → “/give ō” in text box → “/give @a" according to syntax error
“/give @" tab “ gold_block” → “/give @ō gold_block” → unexpected “@” syntax error
“/give “ tab (added “@a”) “ gold_block” “/give ō@a gold_block” → gets Block of Gold
“/give “ tab (no added “@a”) “ gold_block” → “/give ō gold_block” → unexpected ““ syntax error
“/give “ tab (no added “@a”), add 1 at start → “1/give @a” in chat box
“/give “ tab (no added “@a”), add & remove 1 at start, add “ gold_block” → “/give @a gold_block” in chat box → gets Block of Gold
Some tests with /say:
“/say ” followed by tab → “/say ō” in text box → invalid message length error
“/say x” followed by tab → “/say xō” in text box → “xō” in chat
Some tests with chat only:
tab only → “ō” in text box → no message in chat, similar to inputting only spaces
“x” followed by tab → “xō” in text box → “xō” in chat
tab followed by “x” → “ōx” in text box → “x” in chat