We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
we can change the value of input number in single hold click
The element-plus team use this 'v-repeat-click' directive
<span v-if="controls" v-repeat-click="increase" class="el-input-number__increase" role="button" :class="{ 'is-disabled': maxDisabled }" @keydown.enter="increase" > <i :class="`el-icon-${controlsAtRight ? 'arrow-up' : 'plus'}`"></i> </span>
https://github.com/element-plus/element-plus/blob/dev/packages/directives/repeat-click/index.ts
The text was updated successfully, but these errors were encountered:
Which demo in element?
Sorry, something went wrong.
Which demo in element? This one https://element-plus.org/en-US/component/input-number.html
I think you can be specific like https://element-plus.org/en-US/component/input-number.html#steps
Successfully merging a pull request may close this issue.
This function solves the problem (这个功能解决的问题)
we can change the value of input number in single hold click
Expected API (期望的 API)
The element-plus team use this 'v-repeat-click' directive
https://github.com/element-plus/element-plus/blob/dev/packages/directives/repeat-click/index.ts
The text was updated successfully, but these errors were encountered: