intergalactic
intergalactic copied to clipboard
[86byq6ba6][inline-input,input-number] Added beautiful number formatting for Inline.Input.
Motivation and Context
Added beautiful number formatting for Inline.InputNumber.
How has this been tested?
Manually (just extend Value from Input.Number.Value).
Screenshots (if appropriate):
Types of changes
- [ ] Bug fix (non-breaking change which fixes an issue).
- [X] New feature (non-breaking change which adds functionality).
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected).
- [X] Nice improve.
Checklist:
- [X] My code follows the code style of this project.
- [X] I have updated the documentation accordingly or it's not required.
- [X] Unit tests are not broken.
- [X] I have added changelog note to corresponding
CHANGELOG.mdfile with planned publish date. - [ ] I have added new unit tests on added of fixed functionality.