As per documentation, We are using below code to avoid emoji’s input. But it is not working.
textBox = native.newTextBox(0,15, 502, 70 );
textBox.hasBackground = false
textBox.font= native.newFont( “HelveticaLT”, 18);
textBox.inputType =“no-emoji”
textBox.isEditable= true;
Can you please help us on how to avoid emoji’s chars for textbox?
Thank you.