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

fix: flush logic (#20431) (CP: 24.5) #20443

Merged
merged 1 commit into from
Nov 11, 2024

Commits on Nov 11, 2024

  1. fix: client side value binding logic (#20431)

    Changes client side value binding logic so that if the user modifies the value during server round-trip, the value earlier sent to the server no longer overwrites user's changes once the round-trip finishes. Instead, user's changes are preserved. However, if the server-side value change handling logic actually changes the value and returns the new value to the client, that value will override any user input during round-trip.
    
    Fixes #20365
    tepi authored and vaadin-bot committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    8ccc3bd View commit details
    Browse the repository at this point in the history