@ni/ok-components 1.6.6 → 1.6.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.
|
@@ -84302,6 +84302,7 @@ focus outline in that case.
|
|
|
84302
84302
|
?spellcheck="${x => x.spellcheck}"
|
|
84303
84303
|
:value="${x => x.value}"
|
|
84304
84304
|
type="${x => x.type}"
|
|
84305
|
+
autocomplete="${x => x.autocomplete}"
|
|
84305
84306
|
aria-atomic="${x => x.ariaAtomic}"
|
|
84306
84307
|
aria-busy="${x => x.ariaBusy}"
|
|
84307
84308
|
aria-controls="${x => x.ariaControls}"
|
|
@@ -84350,6 +84351,9 @@ focus outline in that case.
|
|
|
84350
84351
|
__decorate([
|
|
84351
84352
|
attr
|
|
84352
84353
|
], TextField.prototype, "appearance", void 0);
|
|
84354
|
+
__decorate([
|
|
84355
|
+
attr
|
|
84356
|
+
], TextField.prototype, "autocomplete", void 0);
|
|
84353
84357
|
__decorate([
|
|
84354
84358
|
attr({ attribute: 'full-bleed', mode: 'boolean' })
|
|
84355
84359
|
], TextField.prototype, "fullBleed", void 0);
|