Would it be possible for RW GuiTextFields to have support for DocumentFilter and ofc extensions thereof?
I would like to implement filters on my GuiTextFields to for example allow only numbers. I am sure something like this has already been implemented on the back-end as there exists a .setMaxCharacters() method which is a type of DocumentFilter
Currently the only way to do this is proof the input once the TextField loses focus and reset it if it is wrong or highlight it red or something for the user to fix.