Column type 'TEXT' input has 'maxlength' property

Here the code of the input in database, column type is ‘TEXT’

<input type="text" class="txt-e" data-type="TEXT" data-name="text" data-primary="false" maxlength="500">

As you see, there is a limit of 500 characters. Only column type ‘String’ suppose to have this limit as far as i know.

This must be a leftover from the times when we had a hard set limit for 500 characters. We will relax the limit in console. Thanks for pointing this out to us.

Regards,
Mark