-
Notifications
You must be signed in to change notification settings - Fork 845
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
Not possible to select specified characters #1571
Comments
Hello there, on behalf the Flutter Quill Team I would like to thank you for opening your first issue. Your inputs and insights are valuable in shaping a stable and reliable version for all our users. Thank you for being part of the open-source community! |
Hi, thank you for the report, can you try the dev version on pub.dev or in the GitHub dev branch to confirm if this issue exists? |
Hi @freshtechtips |
Thanks, I will check it, but tell me Is it specific to iOS? |
I think it's not specific to iOS , it's also available on Android, it's a common feature |
Do you know what does it selects? |
Flutter only supports the following by default: required final ClipboardStatus? clipboardStatus,
required final VoidCallback? onCopy,
required final VoidCallback? onCut,
required final VoidCallback? onPaste,
required final VoidCallback? onSelectAll,
required final VoidCallback? onLookUp,
required final VoidCallback? onSearchWeb,
required final VoidCallback? onShare,
required final VoidCallback? onLiveTextInput, Yes we can add more but that's the default editable text button items(ContextMenuButtonItem) |
Hi, I just checked it and it seems it closed properly. |
No, look this : |
Range selector shows up if double tap on the word |
I will close this since we have no responses if the issue still persisting. Please, reopen if your issue persists. |
Is there an existing issue for this?
The question
Hi there
Not possible to select specified characters ?
there is only "SelectAll" button on iOS , is this a BUG ?
ios : 15.6
flutter: 3.16.2
quill_flutter: 8.6.4
here is the screenshoot
The text was updated successfully, but these errors were encountered: