-
Notifications
You must be signed in to change notification settings - Fork 909
feat(InputNumber): handle increment
/ decrement
as booleans
#4805
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
Conversation
The accept prop did not work with image/* etc.
This reverts commit 5b75835.
The wording in the docs could be improved and also I'm not sure about the prop name some alternatives would be |
commit: |
The accept prop did not work with image/* etc.
This reverts commit 5b75835.
β¦alek/ui into feat/input-number-buttons
@benjamincanac I've addressed #4805 (comment) I am wondering if we could get rid of |
I agree it would be better but this would cause a breaking change π¬ |
showButtons
propβ¦into feat/input-number-buttons
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@J-Michalek I updated the theme to match exactly the one from Input and used the increment
and decrement
props instead so it's way simpler! Let me know what you think π
increment
/ decrement
as booleans
Much cleaner, good job! |
π Linked issue
Resolves: #4718
β Type of change
π Description
I added a new props
showButtons
that add the option to hide the buttons.π Checklist