Skip to content
New issue

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

feature: 添加 blur, focus 监听 #31

Merged
merged 3 commits into from
Aug 2, 2019
Merged

feature: 添加 blur, focus 监听 #31

merged 3 commits into from
Aug 2, 2019

Conversation

colmugx
Copy link
Member

@colmugx colmugx commented Jul 31, 2019

Why

How

image

Test

  • yarn link,通过 el-form-renderer 测试
  • 结果:on 可以正常使用
on: {
  blur([event, position], updateForm) {
    if (position === 'min') {
      const value = event.target.value
      updateForm('sala', value)
    }
  }
}

@netlify
Copy link

netlify bot commented Jul 31, 2019

Deploy preview for el-number-range ready!

Built with commit a9f674a

https://deploy-preview-31--el-number-range.netlify.com

src/el-number-range.vue Outdated Show resolved Hide resolved
src/el-number-range.vue Outdated Show resolved Hide resolved
@levy9527 levy9527 merged commit 21fc802 into FEMessage:dev Aug 2, 2019
@levy9527 levy9527 added the enhancement New feature or request label Aug 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants