@ni/spright-components 6.21.6 → 6.21.7

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.
@@ -84294,6 +84294,7 @@ focus outline in that case.
84294
84294
  ?spellcheck="${x => x.spellcheck}"
84295
84295
  :value="${x => x.value}"
84296
84296
  type="${x => x.type}"
84297
+ autocomplete="${x => x.autocomplete}"
84297
84298
  aria-atomic="${x => x.ariaAtomic}"
84298
84299
  aria-busy="${x => x.ariaBusy}"
84299
84300
  aria-controls="${x => x.ariaControls}"
@@ -84342,6 +84343,9 @@ focus outline in that case.
84342
84343
  __decorate([
84343
84344
  attr
84344
84345
  ], TextField.prototype, "appearance", void 0);
84346
+ __decorate([
84347
+ attr
84348
+ ], TextField.prototype, "autocomplete", void 0);
84345
84349
  __decorate([
84346
84350
  attr({ attribute: 'full-bleed', mode: 'boolean' })
84347
84351
  ], TextField.prototype, "fullBleed", void 0);