The `dcc.DatePickerSingle` and `dcc.DatePickerRange` inputs should set `autocomplete='off'`. I don't think an `autocomplete` prop should be added since I can't see a use-case for changing it. I can do a PR if you like. Here is an example from the dash docs: <img width="1518" height="1038" alt="Image" src="https://github.com/user-attachments/assets/4628542d-9327-4188-8a2e-ebebf2197673" />
The
dcc.DatePickerSingleanddcc.DatePickerRangeinputs should setautocomplete='off'.I don't think an
autocompleteprop should be added since I can't see a use-case for changing it.I can do a PR if you like.
Here is an example from the dash docs: