I'm attempting to extend the Editor text input field to behave more like a regular Entry, but multi-line.
As the title suggests, I want to disable the Return button and replace it with a Done button that receives events, similar to how the keyboard behaves with Entry fields.
I don't care about being able to insert new lines, the box word-wraps automatically anyway.
It would also be helpful if I can set the colour of the Done button to match the aesthetics I've been provided.
Thanks!