mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +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>
|
||||
{/if}
|
||||
</div>
|
||||
{#if helperText}
|
||||
{#if !invalid && !warn && helperText}
|
||||
<div
|
||||
class:bx--form__helper-text="{true}"
|
||||
class:bx--form__helper-text--disabled="{disabled}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue