Skip to content

GAUD-9841: added autocomplete off to input-date#7004

Merged
maxkrivodonova merged 3 commits into
mainfrom
mkrivodonova/GAUD-9841-disable-autocomplete-dates
May 20, 2026
Merged

GAUD-9841: added autocomplete off to input-date#7004
maxkrivodonova merged 3 commits into
mainfrom
mkrivodonova/GAUD-9841-disable-autocomplete-dates

Conversation

@maxkrivodonova
Copy link
Copy Markdown
Contributor

https://desire2learn.atlassian.net/browse/GAUD-9841

The input box of a date component shouldn't have autocomplete.

@maxkrivodonova maxkrivodonova requested a review from a team as a code owner May 20, 2026 14:47
@github-actions
Copy link
Copy Markdown
Contributor

Thanks for the PR! 🎉

We've deployed an automatic preview for this PR - you can see your changes here:

URL https://live.d2l.dev/prs/BrightspaceUI/core/pr-7004/

Note

The build needs to finish before your changes are deployed.
Changes to the PR will automatically update the instance.

<d2l-input-text
?novalidate="${this.noValidate}"
aria-invalid="${this.invalid ? 'true' : 'false'}"
autocomplete="off"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would just maybe add a unit test asserting that this element has this option as off

Comment thread components/inputs/test/input-date.test.js Outdated
Copy link
Copy Markdown
Member

@dlockhart dlockhart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Don't forget the fix: <message> in the merge/squash commit to release.

@maxkrivodonova maxkrivodonova merged commit 7e824c0 into main May 20, 2026
11 of 12 checks passed
@maxkrivodonova maxkrivodonova deleted the mkrivodonova/GAUD-9841-disable-autocomplete-dates branch May 20, 2026 17:26
@d2l-github-release-tokens
Copy link
Copy Markdown

🎉 This PR is included in version 3.252.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants