-
Notifications
You must be signed in to change notification settings - Fork 309
Support silent @-mention autocomplete #129
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
Labels
a-compose
Compose box, autocomplete, attaching files/images
Milestone
Comments
chrisbobbe
added a commit
to chrisbobbe/zulip-flutter
that referenced
this issue
Jul 8, 2023
The UI for now is kept simple; the optionsViewBuilder closely follows the one in the Material library's `Autocomplete`, which thinly wraps `RawAutocomplete`: https://api.flutter.dev/flutter/material/Autocomplete-class.html Fixes: zulip#49 Fixes: zulip#129
chrisbobbe
added a commit
to chrisbobbe/zulip-flutter
that referenced
this issue
Jul 8, 2023
The UI for now is kept simple; the optionsViewBuilder closely follows the one in the Material library's `Autocomplete`, which thinly wraps `RawAutocomplete`: https://api.flutter.dev/flutter/material/Autocomplete-class.html Fixes: zulip#49 Fixes: zulip#129
chrisbobbe
added a commit
to chrisbobbe/zulip-flutter
that referenced
this issue
Jul 8, 2023
The UI for now is kept simple; the optionsViewBuilder closely follows the one in the Material library's `Autocomplete`, which thinly wraps `RawAutocomplete`: https://api.flutter.dev/flutter/material/Autocomplete-class.html Fixes: zulip#49 Fixes: zulip#129
chrisbobbe
added a commit
to chrisbobbe/zulip-flutter
that referenced
this issue
Jul 19, 2023
The UI for now is kept simple; the optionsViewBuilder closely follows the one in the Material library's `Autocomplete`, which thinly wraps `RawAutocomplete`: https://api.flutter.dev/flutter/material/Autocomplete-class.html Fixes: zulip#49 Fixes: zulip#129
chrisbobbe
added a commit
to chrisbobbe/zulip-flutter
that referenced
this issue
Jul 20, 2023
The UI for now is kept simple; the optionsViewBuilder closely follows the one in the Material library's `Autocomplete`, which thinly wraps `RawAutocomplete`: https://api.flutter.dev/flutter/material/Autocomplete-class.html Fixes: zulip#49 Fixes: zulip#129
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After #49, if not at the same time.
The text was updated successfully, but these errors were encountered: