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
Ability to change the increase/decrease (+/-) buttons in the Form SpinButton component #4958
Closed
bencelaszlo opened this issue
Mar 17, 2020
· 2 comments
· Fixed by #4963, tghelere/CL#23, mariazevedo88/hash-generator-js#44, OpenTMI/opentmi-default-gui#54 or tghelere/CL#24
Closed
Ability to change the increase/decrease (+/-) buttons in the Form SpinButton component #4958
bencelaszlo opened this issue
Mar 17, 2020
· 2 comments
· Fixed by #4963, tghelere/CL#23, mariazevedo88/hash-generator-js#44, OpenTMI/opentmi-default-gui#54 or tghelere/CL#24
Labels
Comments
Currently these are bootstrap icons that are rendered (not characters) inside buttons, but it should be possible to add slots for the content in a future release. |
I would be more than happy with this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Is your feature request related to a problem? Please describe...
I can't find an option to change the +/- characters in the Form SpinButton component's buttons:
Describe the solution you'd like
I would like to have a
slot
to customize the component. Change the+
to>
or the-
toDEC
or something like that.Describe alternatives you've considered
The current solution is to use third-party components, which is not optimal, because the Bootstrap-Vue SpinButton only lacks these options to swap these under-maintained third party components.
Additional context
The text was updated successfully, but these errors were encountered: