-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
feat(NumericUpDown): Add InnerLeftContent and InnerRightContent #14575
feat(NumericUpDown): Add InnerLeftContent and InnerRightContent #14575
Conversation
…te side to ButtonSpinnerLocation
You can test this PR using the following package version. |
Is there some reasoning as to why only I have a reworked version of |
Another common scenario is to add a units label. When the spinner buttons are placed on the right of the text box, this label would be placed between them. |
Yes, inner content on the same side as buttons is a common scenario. Or even on both sides - icon on left, and units on right. |
You can test this PR using the following package version. |
Add InnerLeftContent and InnerRightContent to NumericUpDown.
What does the pull request do?
What is the current behavior?
What is the updated/expected behavior with this PR?
How was the solution implemented (if it's not obvious)?
Checklist
Breaking changes
Obsoletions / Deprecations
Fixed issues
Fixes #14314