-
Notifications
You must be signed in to change notification settings - Fork 17
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
[QInputNumber] upgrade with additions and formatting #72
base: master
Are you sure you want to change the base?
Conversation
Esvalirion
commented
Mar 16, 2021
- Add prefix and suffix
- Formatting by locale
- Mode with group separators
0211146
to
be205f0
Compare
) | ||
: 0; | ||
|
||
if (number <= this.min) { |
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.
true при this.min = null
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.
в пропасх стоит дефолт и тип намбер
) | ||
: 0; | ||
|
||
if (number >= this.max) { |
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.
true при this.max = null
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.
в пропасх стоит дефолт и тип намбер
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.
ни то ни другое никак не влияет на то что этот пропс может иметь значение null
) | ||
: 0; | ||
|
||
if (number >= this.max) { |
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.
ни то ни другое никак не влияет на то что этот пропс может иметь значение null
); | ||
}, | ||
|
||
getSelectionsAndInsertedValue() {}, |
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.
.