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

Commits on Mar 22, 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: 389177f
    dhrp-odoo committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    51930ef View commit details
    Browse the repository at this point in the history