mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-21 20:59:20 +00:00
test(text-input): assert input, change events
This commit is contained in:
parent
c02e87d7de
commit
364bd86c05
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
labelText="User name"
|
||||
placeholder="Enter user name..."
|
||||
bind:value
|
||||
on:input="{(e) => console.log(e.detail)}"
|
||||
on:change="{(e) => (value = e.detail)}"
|
||||
/>
|
||||
|
||||
<TextInput
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue