Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InputNumber’s step is now OptMaybeSignal #49

Merged
merged 1 commit into from
Mar 7, 2024
Merged

InputNumber’s step is now OptMaybeSignal #49

merged 1 commit into from
Mar 7, 2024

Conversation

vincentberthier
Copy link
Contributor

In my application, I have a number input to enter an amount in some currency.

Currencies have a different number of decimals (USD or EUR both have two but the JPY has none for example), so having the step be a signal is a small (and cheap) improvement for me (and it shouldn’t break anything).

@lpotthast
Copy link
Owner

Hey, that should be perfectly fine. Looking at this, min and max could probably also be made reactive in the future. Thanks for the PR :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants