react-native-controlled-mentions
react-native-controlled-mentions copied to clipboard
Maxlength Limitation Not Enforced When Tagging Users
The maxlength limitation is not effectively enforced when tagging users. It works as expected for normal text; however, when mentioning a user using @, the maxlength limit does not function correctly.
Steps to Reproduce:
- Enter text within the maxlength limit.
- Tag a user using @.
- Observe that the text limit is not enforced and exceeds the specified maxlength.
Expected Behavior: The maxlength restriction should apply consistently, irrespective of whether normal text or tagged users are entered, ensuring that the character limit is not exceeded when tagging someone.
@dabakovich @hyze2d Please help
@dabakovich @hyze2d Any update on this?