svelteuidev / svelteui

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

`NumberInput` doesn't fire `on:focus`, `on:blur` and `on:input` #393

Closed notramo closed 1 year ago

notramo commented 1 year ago

What package has an issue

@svelteuidev/core

A clear and concise description of what the bug is

It makes impossible to use with form validation libraries. Currently the only way to get notified of value change is the on:change event, but this is not sufficient.

In which browser(s) did the problem occur?

No response

Steps To Reproduce

Bind event handlers to NumberInput

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

Hey, thank you so much for these bug reports! :raised_hands: I really appreciate you taking the time to report them and help us make the library more bug free and useful!