We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
name
1 parent 606d7ad commit 51b827eCopy full SHA for 51b827e
2 files changed
packages/components/src/components/input-number/input-number.tsx
@@ -995,7 +995,6 @@ export class InputNumber
995
key="localized-input"
996
maxLength={this.maxLength}
997
minLength={this.minLength}
998
- name={undefined}
999
onBlur={this.inputNumberBlurHandler}
1000
onFocus={this.inputNumberFocusHandler}
1001
onInput={this.inputNumberInputHandler}
packages/components/src/components/input/input.tsx
@@ -1043,7 +1043,6 @@ export class Input
1043
1044
1045
multiple={this.multiple}
1046
1047
onBlur={this.inputBlurHandler}
1048
onFocus={this.inputFocusHandler}
1049
0 commit comments