-
Notifications
You must be signed in to change notification settings - Fork 9
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
44702 Thousand separator in form inputs #758
Conversation
Pull Request Test Coverage Report for Build 9575953031Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
a7230ba
to
c3d7a73
Compare
9a2cc95
to
cbcf420
Compare
Steps to install the approved version:
|
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.
@dai-eastgate looks good. I just have one question, could you take a look?
|
||
const getSeparators = (separatorFormat) => ({ | ||
thousandSeparator: separatorFormat === 'comma-separator' ? ',' : '.', | ||
decimalSeparator: separatorFormat === 'comma-separator' ? '.' : ',' |
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.
In #721 (comment) you mention that you did not implement decimal separator.
Does onoffice-apply-thousand-separator.js need some refactoring ?
@fredericalpers @andernath I removed the decimal separator implementation Note: I have added a "Please choose" option for old users who are not using this feature You can watch the demo video below: 758_EstateListSearch.mp4 |
Steps to install the approved version:
|
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.
great work!
Steps to install the approved version:
|
related to #721
changed log:
Add thousand separator in form inputs