Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add: Hide Trailing on message typing #93

Closed
wants to merge 2 commits into from
Closed

Conversation

x3rud
Copy link

@x3rud x3rud commented Apr 30, 2024

This commit adds the hideTrailingOnType parameter on the InputOptions that allow to hide the Trailing widget if the user is typing the message

@SebastienBtr
Copy link
Owner

Hey, thanks for your contribution and trying to improve the package. However, I'm not considering merging it, next time you should open an issue so we can talk about it first.

You can already achieve it without any change in the package. On InputOptions you can use a combination of focusNode and textController or onTextChange to implement your logic and decide if you want to show or hide the trailing param

@x3rud
Copy link
Author

x3rud commented Jun 3, 2024

Hey, no problem. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants