mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
refactor(text-input): use class directive
This commit is contained in:
parent
5fcecda4b4
commit
bc51b8a2bb
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue