mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
fix(1684): hide helper text container in password input when not used (#1685)
This commit is contained in:
parent
d2e471bbec
commit
42349ebc61
2 changed files with 5 additions and 1 deletions
|
@ -248,7 +248,7 @@
|
|||
{invalidText}
|
||||
</div>
|
||||
{/if}
|
||||
{#if !invalid && !warn && !isFluid && !inline}
|
||||
{#if !invalid && !warn && !isFluid && !inline && 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