mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
Added pointer events, updated skeleton TextInput v11 #1888
This commit is contained in:
parent
84ea2351fb
commit
630451c161
6 changed files with 75 additions and 48 deletions
|
@ -149,9 +149,10 @@
|
|||
class:bx--text-input-wrapper--light="{light}"
|
||||
class:bx--text-input-wrapper--readonly="{readonly}"
|
||||
on:click
|
||||
on:mouseover
|
||||
on:mouseenter
|
||||
on:mouseleave
|
||||
on:pointerup
|
||||
on:pointerover
|
||||
on:pointerenter
|
||||
on:pointerleave
|
||||
>
|
||||
{#if inline}
|
||||
<div class:bx--text-input__label-helper-wrapper="{true}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue