mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46: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
|
||||
>
|
||||
{#if inline}
|
||||
<div class="bx--text-input__label-helper-wrapper">
|
||||
<div class:bx--text-input__label-helper-wrapper="{true}">
|
||||
{#if labelText}
|
||||
<label
|
||||
for="{id}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue