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

[FW][FIX] Composer: weird behavior of autocomplete dropdown #3866

Commits on Mar 21, 2024

  1. [FIX] Composer: weird behavior of autocomplete dropdown

    Previously, when users typed "=S" in the composer, clicked outside, then
    started editing another cell, the autocomplete dropdown remained visible.
    Similarly, when they typed "=SUM(" and pressed enter, then edited another
    cell, the function assistant persisted.
    
    This commit addresses the problem by ensuring that state values are set
    to false whenever the composer is not in edit mode.
    
    Taskid: 3789473
    X-original-commit: f4e0d71
    dhrp-odoo committed Mar 21, 2024
    Copy the full SHA
    102bef2 View commit details
    Browse the repository at this point in the history