I am working on a roku app using scene graph component. I am using TextEditBox node to take input.
My issue is when I type new character after specific length, newly character becomes hidden with “…”
but I want to show last entered character.
Simply I want behaviour like input box in HTML or roSearchScreen in brightScript.
“scottgarner” wrote:
Veeta, I would love to know how you guys did that. Mainly, do you have a blinking cursor?
No blinking cursor… it was unnecessary extra functionality. Our solution wasn’t far off from the one outlined in https://forums.roku.com/viewtopic.php?f=34&t=101330 though we had a full custom keyboard, not the keyboarddialog.
“anilk1797” wrote:
I am working on a roku app using scene graph component. I am using TextEditBox node to take input.
My issue is when I type new character after specific length, newly character becomes hidden with “…”
but I want to show last entered character.
FWIW, a bug / enhancement request ticket has been filed.