It happens quite often, that the length of a textfield has to be limited. This can easily be achieved by a reqular expression.
However, input fields with inputmode text allow the usage of the maxlength attribute. It would by much nicer to restrict the user to type in more than the defined letters rather than showing a red error message.
Therefore, it would be great to introduce a max length property for text fields