@@ -175,29 +175,4 @@ const Input = defineComponent({
175
175
} ,
176
176
} ) ;
177
177
178
- // Input.props = {
179
- // inputRef: PropTypes.any,
180
- // prefixCls: PropTypes.string,
181
- // id: PropTypes.string,
182
- // inputElement: PropTypes.any,
183
- // disabled: PropTypes.looseBool,
184
- // autofocus: PropTypes.looseBool,
185
- // autocomplete: PropTypes.string,
186
- // editable: PropTypes.looseBool,
187
- // accessibilityIndex: PropTypes.number,
188
- // value: PropTypes.string,
189
- // open: PropTypes.looseBool,
190
- // tabindex: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
191
- // /** Pass accessibility props to input */
192
- // attrs: PropTypes.object,
193
- // onKeydown: PropTypes.func,
194
- // onMousedown: PropTypes.func,
195
- // onChange: PropTypes.func,
196
- // onPaste: PropTypes.func,
197
- // onCompositionstart: PropTypes.func,
198
- // onCompositionend: PropTypes.func,
199
- // onFocus: PropTypes.func,
200
- // onBlur: PropTypes.func,
201
- // };
202
-
203
178
export default Input ;
0 commit comments