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

[Field]setValue should higher then initValue #924

Closed
bindoon opened this issue Jul 26, 2019 · 0 comments
Closed

[Field]setValue should higher then initValue #924

bindoon opened this issue Jul 26, 2019 · 0 comments
Assignees

Comments

@bindoon
Copy link
Member

bindoon commented Jul 26, 2019

Component

Field

Reproduction link

https://riddle.alibaba-inc.com/riddles/68b3c405?mode=jsx

Steps to reproduce

  1. setValue('input', 'new value')
  2. init('input',{initValue: 'default'})
  3. Input value should = 'new value' not 'default'
@jdkahn jdkahn closed this as completed in 3fe5cf7 Aug 1, 2019
jdkahn added a commit that referenced this issue Aug 1, 2019
fix(Field): use constructor not initValue fix #924
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants