+ {preContent.call(this)}
+
+
+
+ {this._effectiveShowClearIcon &&
+
+
+
+
+ }
+
+ {this.icon.length > 0 &&
+
+
+
+ }
+
+
+ {this._valueStateInputIcon}
+
+ { postContent.call(this) }
+ {this._effectiveShowSuggestions &&
+ <>
+
{this.suggestionsText}
+
+
{this.availableSuggestionsCount}
+ >
+ }
+
+ {this.accInfo.ariaDescription &&
+
{this.accInfo.ariaDescription}
+ }
+
+ {this.accInfo.accessibleDescription &&
+
{this.accInfo.accessibleDescription}
+ }
+
+ {this.linksInAriaValueStateHiddenText.length > 0 &&
+
{this.valueStateLinksShortcutsTextAcc}
+ }
+
+ {this.hasValueState &&
+
{this.ariaValueStateHiddenText}
+ }
+