Open alexandermirzoyan opened 1 month ago
As a solution I suggest to pass autoComplete="off"
prop by default at packages/design-system/src/components/DatePicker/DatePicker.tsx
file's <DatePickerTextInput />
component.
I will open a PR for this today.
What version of design-system are you using?
v1.14.1
v129.0.6668.91
What's Wrong?
When focusing on
<DatePicker />
component browser's default auto complete feature is working and some options are being suggested from the browser browser.To Reproduce
<DatePicker />
component when the input is emptyExpected Behaviour
There should not be browser's default auto complete feature enabled.