GUI Text Input Box

For some reason, text input has suddenly changed so that you can no longer enter lower case text in the input box. This is happening in my code and the GUI demo code for the input boxes. Could the base API have changed ?

Pinging @PolygonalSun in case it rings a bell, there has been a big PR related to input management lately.

Lemme take a look and see what’s going on.

Any more information on text box input text formatting. Are there some new arguments I need to use ?

There’s a fix in PR that should fix this issue. Add support for event.key values and handle blur events to DeviceInputSystem by PolygonalSun · Pull Request #9816 · BabylonJS/Babylon.js (github.com)