diff --git a/CHANGELOG.md b/CHANGELOG.md index c2576a36d1..4313fff951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ Currently, this repo is in Prerelease. When it is released, this project will ad ## Prerelease +### Adds + +- Added the `autoComplete` prop to the `TextInput` component for setting the "autocomplete" attribute manually. + ## 2.1.1 (October 26, 2023) ### Adds diff --git a/src/components/DatePicker/__snapshots__/DatePicker.test.tsx.snap b/src/components/DatePicker/__snapshots__/DatePicker.test.tsx.snap index 63cd43d324..0e59d86ca9 100644 --- a/src/components/DatePicker/__snapshots__/DatePicker.test.tsx.snap +++ b/src/components/DatePicker/__snapshots__/DatePicker.test.tsx.snap @@ -50,6 +50,7 @@ exports[`DatePicker Date Range renders the UI snapshot correctly 1`] = ` > Overview} - {Component Props} - {Accessibility} +- {Autocomplete} - {Labelling Variations} - {Browser States} - {isClearable Button} @@ -70,18 +71,42 @@ When the `type` prop is set to `"textarea"`, the `