Recently, I’ve inquired about several features or improvements in the BJS GUI, notably the following updates to text input controls:
Support “multiline” capability.
On mobile devices, support full input capabilities both with & without the device “popup text editor” (which is presently forced).
Support full editor capabilities (e.g., home/end keys for text selection, tab navigation, etc.)
Fix unresponsive InputText on mobile.
I am wondering what it would take to implement the above items. I talked with Darragh recently, and mentioned I would rather that one of you BJS gurus made the changes, but if that isn’t possible in a reasonable time frame, I would consider doing so.
We have an open pull request for a text area, which can be seen as multi line support:
Otherwise, great suggestions
We will need to find the time to look into them. We accept PRs, of course. We are always happy to see the community contributing to the repo.
I had mentioned to Darragh that I’d probably have implemented it as part of the InputText class, as that would seem to make the most sense. That said, perhaps I’d change my mind after getting farther into it. Looking forward to checking it out, and I’m happy to take a working version now rather than another month’s work on my plate!