MaxLength property on <TextInput>

Limiting the characters of a <TextInput> is something that should be easy to set via an attribute MaxLength

Example:

<TextInput MaxLength="15" />

Hi!

Thanks. This is now implemented and will (likely) roll out in version 0.12.