Would it be possible to add custom string filters, maybe regex e.g: no spaces allowed in the user input, and disable the ok button till that condition is satisfied?
Well it is possible technologically, either using InputFilters or TextWatcher, they all would be too platform dependent solutions. A good solution would be providing on text change event, but there was a problem with it, I can't remember now. I can try putting it on todo list, but I can't guarantee the priority, especially, if all will sooner or later move to NativeUI through the bridge implementation
Comments
A good solution would be providing on text change event, but there was a problem with it, I can't remember now.
I can try putting it on todo list, but I can't guarantee the priority, especially, if all will sooner or later move to NativeUI through the bridge implementation
Currently even character limiting is not possible during input as you said, since we do not have a text change event.