Avaiga / taipy

Turns Data and AI algorithms into production-ready web applications in no time.
https://www.taipy.io
Apache License 2.0
12.35k stars 911 forks source link

[🐛 BUG] login control has frustrating input delay when deployed #1478

Closed AlexandreSajus closed 2 months ago

AlexandreSajus commented 3 months ago

What went wrong? 🤔

Very similar to #610

The login control works fine locally, but when deployed, it has an input delay, which means the user will be typing characters, and some characters will disappear or appear later. I think this is exactly the issue we had with the input control in #610

Could we add a property to login similar to change_delay for the input control where if change_delay=-1, Taipy will not refresh the username and password variables until the "Log In" button is pressed.

Expected Behavior

No response

Steps to Reproduce Issue

  1. A code fragment
  2. And/or configuration files or code
  3. And/or Taipy GUI Markdown or HTML files

Solution Proposed

No response

Screenshots

DESCRIPTION

Runtime Environment

No response

Browsers

No response

OS

No response

Version of Taipy

No response

Additional Context

No response

Acceptance Criteria

Code of Conduct

FredLL-Avaiga commented 3 months ago

This looks like a duplicate of #1440. Can you help us replicate that issue and close this one?