refactor(text-input): use class directive

This commit is contained in:
Eric Y Liu 2021-06-26 16:14:06 -07:00
commit bc51b8a2bb

View file

@ -83,7 +83,7 @@
on:mouseleave on:mouseleave
> >
{#if inline} {#if inline}
<div class="bx--text-input__label-helper-wrapper"> <div class:bx--text-input__label-helper-wrapper="{true}">
{#if labelText} {#if labelText}
<label <label
for="{id}" for="{id}"