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

feat(textinput): expose UpdateSuggestions method #630

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 2, 2024

  1. feat(textinput): expose UpdateSuggestions method

    This enables clients of the lib to update the suggestions at runtime
    whenever they please.
    
    One direct application of this is when using `m.SetValue()`:
    After calling it, there is no way to get the updated
    `m.CurrentSuggestion()` as `m.SetValue()` does not update the suggestion
    list.
    
    It would be possible to also run `m.updateSuggestions()` somewhere in
    `m.SetValue`, but that might interfere with other things.
    nobe4 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    29bf309 View commit details
    Browse the repository at this point in the history