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

Android mentions fixes #5360

Merged
merged 2 commits into from
Mar 16, 2023
Merged

Commits on Mar 9, 2023

  1. fixes android input events in mention example

    Android keyboards use a composition text approach for autocomplete purposes.
    Chrome sees the mention text and thinks it is part of the word to complete.
    The simplest solution is to add zero width whitespace.
    
    This also adds a click handler on the mention example to help
    with the mobile (and desktop) testing experience.
    aciccarello committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    1d46326 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. move mention spacer

    aciccarello committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    aca1e4c View commit details
    Browse the repository at this point in the history