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 TextField type prop for antd (closes #345) #346

Merged
merged 2 commits into from
Sep 14, 2017

Conversation

purplecones
Copy link
Contributor

Should fix #345

@radekmie Let me know if this PR is okay.

I didn't see a need to touch filterDOMProps especially since its being used by all other style versions. It seems it was just a missed prop.

@purplecones
Copy link
Contributor Author

Also, I'm not quite sure how I would fully test this locally by importing my version of the library into a sample react app. Right now I'm purely going by the jest test.

@radekmie how do you test new changes locally in a react app?

@@ -15,6 +15,7 @@ const Text = props =>
placeholder={props.placeholder}
ref={props.inputRef}
value={props.value}
type={props.type}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you keep it ordered?

@radekmie
Copy link
Contributor

radekmie commented Sep 13, 2017

Either by linking it to an existing app (symlink or npm link) or in the demo app.

@radekmie radekmie added the Type: Feature New features and feature requests label Sep 13, 2017
@codecov
Copy link

codecov bot commented Sep 13, 2017

Codecov Report

Merging #346 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #346   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files         156    156           
  Lines        1301   1301           
=====================================
  Hits         1301   1301
Impacted Files Coverage Δ
packages/uniforms-antd/src/TextField.js 100% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update eabd0d8...b89ab45. Read the comment docs.

@radekmie radekmie merged commit 0f11594 into vazco:master Sep 14, 2017
@radekmie
Copy link
Contributor

I'll release it this weekend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature New features and feature requests
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Textfield type="password" not working for antd style
2 participants