Wondering how is it possible to show "new line" / "enter" action button while setting the Input Text View to be singleLine="true"
That "enter" action button shows only when its not a singleLine="false"
Also, I don't want to set the input as multiple lines / max lines > 1 and then to "catch" the enter event in code and that to prevent it from breaking a line in the input
its not about the keyboad, but about the behavior that is provided to user when he handles a multi line input (user can break a line / enter) , and I want to provide that functionality (look like that functionality is available) even though its not a multi line input