- 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.