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 #3923

Commits on Mar 26, 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: 8c7f35e
    dhrp-odoo authored and rrahir committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    1e4c477 View commit details
    Browse the repository at this point in the history