mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
[improvement] Stepper: improve accessibility
This commit is contained in:
@@ -136,8 +136,12 @@ export default sfc({
|
||||
/>
|
||||
<input
|
||||
type="number"
|
||||
role="spinbutton"
|
||||
class={bem('input')}
|
||||
value={this.currentValue}
|
||||
aria-valuemax={this.max}
|
||||
aria-valuemin={this.min}
|
||||
aria-valuenow={this.currentValue}
|
||||
disabled={this.disabled || this.disableInput}
|
||||
style={{ width: this.inputWidth }}
|
||||
onInput={this.onInput}
|
||||
|
Reference in New Issue
Block a user