mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
fix(select): hide helperText
if invalid or warning state
This commit is contained in:
parent
ab21c89ab9
commit
4e9ef16d11
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