- dash version:
#3.0.4
- dash-bootstrap-components version:
#2.0.2
When using dbc.Input with debounce=True, values autofilled by a browser's password managerare not captured unless the user manually interacts with the input (e.g., clicks or types).
This leads to None values being submitted, even though the fields appear visually filled.
#3.0.4#2.0.2When using
dbc.Inputwithdebounce=True, values autofilled by a browser's password managerare not captured unless the user manually interacts with the input (e.g., clicks or types).This leads to
Nonevalues being submitted, even though the fields appear visually filled.