Open tinchodias opened 2 months ago
I'm on Spec-Toplo, and the text input presenter exposes the equivalent of RubAbstractTextArea>>#maxLength: on its API. @plantec how do you recommend that I set a max length in this case?
RubAbstractTextArea>>#maxLength:
afaik, not possible for now with ToTextField
It could work with the same approach as commented in #202 of event handlers that update the text field.
I'm on Spec-Toplo, and the text input presenter exposes the equivalent of
RubAbstractTextArea>>#maxLength:
on its API. @plantec how do you recommend that I set a max length in this case?