fix(Stepper): input ref
This commit is contained in:
@@ -282,7 +282,7 @@ export default createComponent({
|
||||
{...createListeners('minus')}
|
||||
/>
|
||||
<input
|
||||
ref="input"
|
||||
ref={inputRef}
|
||||
type={props.integer ? 'tel' : 'text'}
|
||||
role="spinbutton"
|
||||
class={bem('input')}
|
||||
|
||||
Reference in New Issue
Block a user