mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +08:00
fix(Stepper): use alwaysEmbed
This commit is contained in:
parent
afb240f737
commit
ed36096494
@ -16,6 +16,7 @@
|
||||
<slot name="minus" />
|
||||
</view>
|
||||
<input
|
||||
always-embed="{{ false }}"
|
||||
type="{{ integer ? 'number' : 'digit' }}"
|
||||
class="input-class {{ utils.bem('stepper__input', { disabled: disabled || disableInput }) }}"
|
||||
style="{{ computed.inputStyle({ buttonSize, inputWidth }) }}"
|
||||
|
@ -34,6 +34,7 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
bind:touchstart="onTouchStart"
|
||||
/>
|
||||
<wx-input
|
||||
alwaysEmbed="{{false}}"
|
||||
class="input-class van-stepper__input"
|
||||
disabled="{{false}}"
|
||||
focus=""
|
||||
@ -91,6 +92,7 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
bind:touchstart="onTouchStart"
|
||||
/>
|
||||
<wx-input
|
||||
alwaysEmbed="{{false}}"
|
||||
class="input-class van-stepper__input"
|
||||
disabled="{{false}}"
|
||||
focus=""
|
||||
@ -148,6 +150,7 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
bind:touchstart="onTouchStart"
|
||||
/>
|
||||
<wx-input
|
||||
alwaysEmbed="{{false}}"
|
||||
class="input-class van-stepper__input"
|
||||
disabled="{{false}}"
|
||||
focus=""
|
||||
@ -205,6 +208,7 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
bind:touchstart="onTouchStart"
|
||||
/>
|
||||
<wx-input
|
||||
alwaysEmbed="{{false}}"
|
||||
class="input-class van-stepper__input"
|
||||
disabled="{{false}}"
|
||||
focus=""
|
||||
@ -262,6 +266,7 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
bind:touchstart="onTouchStart"
|
||||
/>
|
||||
<wx-input
|
||||
alwaysEmbed="{{false}}"
|
||||
class="input-class van-stepper__input van-stepper__input--disabled"
|
||||
disabled="{{true}}"
|
||||
focus=""
|
||||
@ -319,6 +324,7 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
bind:touchstart="onTouchStart"
|
||||
/>
|
||||
<wx-input
|
||||
alwaysEmbed="{{false}}"
|
||||
class="input-class van-stepper__input"
|
||||
disabled="{{false}}"
|
||||
focus=""
|
||||
@ -376,6 +382,7 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
bind:touchstart="onTouchStart"
|
||||
/>
|
||||
<wx-input
|
||||
alwaysEmbed="{{false}}"
|
||||
class="input-class van-stepper__input"
|
||||
disabled="{{false}}"
|
||||
focus=""
|
||||
@ -435,6 +442,7 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
bind:touchstart="onTouchStart"
|
||||
/>
|
||||
<wx-input
|
||||
alwaysEmbed="{{false}}"
|
||||
class="input-class van-stepper__input"
|
||||
disabled="{{false}}"
|
||||
focus=""
|
||||
@ -492,6 +500,7 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
bind:touchstart="onTouchStart"
|
||||
/>
|
||||
<wx-input
|
||||
alwaysEmbed="{{false}}"
|
||||
class="input-class van-stepper__input"
|
||||
disabled="{{false}}"
|
||||
focus=""
|
||||
@ -549,6 +558,7 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
bind:touchstart="onTouchStart"
|
||||
/>
|
||||
<wx-input
|
||||
alwaysEmbed="{{false}}"
|
||||
class="input-class van-stepper__input"
|
||||
disabled="{{false}}"
|
||||
focus=""
|
||||
|
Loading…
x
Reference in New Issue
Block a user