Skip to content

Commit

Permalink
....
Browse files Browse the repository at this point in the history
  • Loading branch information
mugendi committed May 2, 2024
1 parent a85cf7a commit fcdcf26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/svelte-former.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/elements/Control.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
</script>

<div class={control.classes.join(" ")}>
<div class="svlete-former-control-group{control.error ? ' has-error' : ''} {type || ' content'} ">
<div class="svlete-former-control-group{control.error ? ' has-error' : ''} type-{type || ' content'} ">
{#if control.element == "input"}
<Input bind:control {onChange} />
{:else if control.element == "select"}
Expand Down

0 comments on commit fcdcf26

Please sign in to comment.