Add spellchecking for camelCase, PascalCase, and kebab-case
This commit is contained in:
parent
3f54084d14
commit
66b4a06e87
9 changed files with 40 additions and 8 deletions
|
|
@ -340,7 +340,7 @@ export default {
|
|||
newValue = Math.min(newValue, this.maximum);
|
||||
}
|
||||
|
||||
// If mulipleOf is validated on server then enforce it.
|
||||
// If multipleOf is validated on server then enforce it.
|
||||
if (multipleOf) {
|
||||
newValue = Math.round(newValue / multipleOf) * multipleOf;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue