Skip to content

Commit

Permalink
fix(svelte): display error when errorMessageForm is set on Input comp…
Browse files Browse the repository at this point in the history
…onent
  • Loading branch information
nolimits4web committed Jul 9, 2021
1 parent e303b60 commit 13ebe86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/svelte/components/input.svelte
Expand Up @@ -157,6 +157,7 @@
{
'input-outline': outline,
'input-dropdown': dropdown === 'auto' ? type === 'select' : dropdown,
'input-invalid': (errorMessage && errorMessageForce) || inputInvalid,
},
colorClasses($$props),
);
Expand Down

0 comments on commit 13ebe86

Please sign in to comment.