Properties available in TextArea and TextField

Hello,

There are common properties in the TextArea and TextField classes, like MaximumCharactersAllowed. Why don’t such properties belong to the, parent, TextEdit class?
I ask because I took a relatively long time looking for MaximumCharactersAllowed from a TextEdit object (the ActiveTextControl of a listbox) in the documentation (now that many words have changed with 2.0, it’s a time wasting process). Autocomplete and the documentation, obviously, did not tell me about such a property for TextEdit.

Xojo has missed to make the common functionality available via TextEdit when they’ve implemented MaximumCharactersAllowed.
It’s been reported as <https://xojo.com/issue/59585>

Thank you. Ok, I’m fine with that, especially since it’s only about a single property.

I only searched the forum in the first place.