{#if leftIcon}
{@render leftIcon(size)}
{/if}
{#if hasRightSlot}
{#if showClear}
{/if} {#if rightIcon}
{@render rightIcon(size)}
{/if}
{/if}
{#if helperText}
{helperText}
{/if}