mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Stepper): input ref
This commit is contained in:
parent
a7c28548fc
commit
3205c20d86
@ -282,7 +282,7 @@ export default createComponent({
|
|||||||
{...createListeners('minus')}
|
{...createListeners('minus')}
|
||||||
/>
|
/>
|
||||||
<input
|
<input
|
||||||
ref="input"
|
ref={inputRef}
|
||||||
type={props.integer ? 'tel' : 'text'}
|
type={props.integer ? 'tel' : 'text'}
|
||||||
role="spinbutton"
|
role="spinbutton"
|
||||||
class={bem('input')}
|
class={bem('input')}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user