@brightspace-ui/core 3.252.1 → 3.252.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -281,6 +281,7 @@ class InputDate extends FocusMixin(LabelledMixin(SkeletonMixin(FormElementMixin(
281
281
  <d2l-input-text
282
282
  ?novalidate="${this.noValidate}"
283
283
  aria-invalid="${this.invalid ? 'true' : 'false'}"
284
+ autocomplete="off"
284
285
  @blur="${this._handleInputTextBlur}"
285
286
  @change="${this._handleChange}"
286
287
  class="d2l-dropdown-opener vdiff-target"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "3.252.1",
3
+ "version": "3.252.2",
4
4
  "description": "A collection of accessible, free, open-source web components for building Brightspace applications",
5
5
  "type": "module",
6
6
  "repository": "https://github.com/BrightspaceUI/core.git",