We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411583c commit 517be44Copy full SHA for 517be44
1 file changed
packages/main/src/StepInput.ts
@@ -513,7 +513,7 @@ class StepInput extends UI5Element implements IFormInputElement {
513
}
514
515
get _isValueWithCorrectPrecision() {
516
- // checks if the value will be displayed with correct precision
+ // check if the value will be displayed with correct precision
517
// _displayValue has special formatting logic
518
if ((this.value === 0) || (Number.isInteger(this.value))) {
519
// integers and zero will be formatted with toFixed, so they're always valid
0 commit comments