svelteuidev / svelteui

SvelteUI Monorepo
https://svelteui.dev
MIT License
1.29k stars 63 forks source link

rightSection not clickable in TextInput #446

Closed gabrielnvian closed 1 year ago

gabrielnvian commented 1 year ago

What package has an issue

@svelteuidev/core

A clear and concise description of what the bug is

Since v0.15.0, an ActionIcon inside a TextInput's rightSection is not clickable

In which browser(s) did the problem occur?

Chrome, Microsoft Edge Beta/Dev/Canary

Steps To Reproduce

<TextInput>
    <svelte:fragment slot="rightSection">
        {#if something}
            <Loader/>
        {:else}
            <ActionIcon>
                <IconRefresh color="DodgerBlue" />
            </ActionIcon>
        {/if}
    </svelte:fragment>
</TextInput>

Do you know how to fix the issue

No

Are you willing to participate in fixing this issue and create a pull request with the fix

No

Relevant Assets

No response

BeeMargarida commented 1 year ago

Should be fixed in the new patch version 0.15.1