Skip to content

Commit

Permalink
[fix](@svelteui/core): fix bind:value propagation of TextArea
Browse files Browse the repository at this point in the history
ISSUES CLOSED: #426
  • Loading branch information
BeeMargarida committed Aug 20, 2023
1 parent 595be5c commit e2afd80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/svelteui-core/src/components/Input/Input.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ Base component to create custom inputs
classes[`${variant}Variant`] ?? {}
)}
on:change={onChange}
on:input={onInput}
use:useActions={use}
use:forwardEvents
{...$$restProps}
Expand Down

0 comments on commit e2afd80

Please sign in to comment.