Skip to content

Commit

Permalink
Input chip events for focus blur added (#1365)
Browse files Browse the repository at this point in the history
  • Loading branch information
endigo9740 committed Apr 24, 2023
1 parent e8af2f3 commit 577bf44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/components/InputChip/InputChip.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@
class="input-chip-field {classesInputField}"
on:input={onInputHandler}
on:input
on:focus
on:blur
disabled={$$restProps.disabled}
/>
</form>
Expand Down

0 comments on commit 577bf44

Please sign in to comment.