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

fix: input type money #2403

Merged
merged 1 commit into from Mar 19, 2018
Merged

fix: input type money #2403

merged 1 commit into from Mar 19, 2018

Conversation

paranoidjk
Copy link
Contributor

@paranoidjk paranoidjk commented Mar 19, 2018

bug

caused by #2323

onChange: (value: any) => void 变成了 onChange: (e: object) => void


First of all, thank you for your contribution! :-)

Please makes sure that these checkboxes are checked before submitting your PR, thank you!

  • Make sure that you follow antd's code convention.
  • Run npm run lint and fix those errors before submitting in order to keep consistent code style.
  • Rebase before creating a PR to keep commit history clear.
  • Add some descriptions and refer relative issues for you PR.

Extra checklist:

if isBugFix :

  • Make sure that you add at least one unit test for the bug which you had fixed.

elif isNewFeature :

  • Update API docs for the component.
  • Update/Add demo to demonstrate new feature.
  • Update TypeScript definition for the component.
  • Add unit tests for the feature.

This change is Reviewable

@ghost ghost assigned paranoidjk Mar 19, 2018
@ghost ghost added the In Progress label Mar 19, 2018
@paranoidjk paranoidjk merged commit 449a8aa into master Mar 19, 2018
@paranoidjk paranoidjk added the bug label Mar 19, 2018
@paranoidjk paranoidjk deleted the fix-input-money branch March 19, 2018 07:30
lixiaoyang1992 pushed a commit to lixiaoyang1992/ant-design-mobile that referenced this pull request Apr 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants