mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
fix(select): hide helperText
if invalid or warning state (#1761)
This commit is contained in:
parent
7381a03951
commit
7579c032fa
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
{#if helperText}
|
{#if !invalid && !warn && helperText}
|
||||||
<div
|
<div
|
||||||
class:bx--form__helper-text="{true}"
|
class:bx--form__helper-text="{true}"
|
||||||
class:bx--form__helper-text--disabled="{disabled}"
|
class:bx--form__helper-text--disabled="{disabled}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue