@open-rlb/ng-bootstrap 3.1.13 → 3.1.14

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.
@@ -9033,7 +9033,7 @@ class AutocompleteComponent extends AbstractComponent {
9033
9033
  this.menuMaxWidth = input(400, { ...(ngDevMode ? { debugName: "menuMaxWidth" } : {}), alias: 'menu-max-width', transform: numberAttribute });
9034
9034
  this.userDefinedId = input('', { ...(ngDevMode ? { debugName: "userDefinedId" } : {}), alias: 'id', transform: (v) => v || '' });
9035
9035
  this.enableValidation = input(false, { ...(ngDevMode ? { debugName: "enableValidation" } : {}), transform: booleanAttribute, alias: 'enable-validation' });
9036
- this.inputAutocomplete = input('one-time-code', ...(ngDevMode ? [{ debugName: "inputAutocomplete" }] : []));
9036
+ this.inputAutocomplete = input('off', ...(ngDevMode ? [{ debugName: "inputAutocomplete" }] : []));
9037
9037
  this.el = viewChild('field', ...(ngDevMode ? [{ debugName: "el" }] : []));
9038
9038
  this.dropdown = viewChild('autocomplete', ...(ngDevMode ? [{ debugName: "dropdown" }] : []));
9039
9039
  this.selected = output();