-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
Forward refs to input component #608
Conversation
All right, I added a test for this. So now I think the main blocker is this flow error:
I haven't used Flow before (I use TypeScript), so I wouldn't know how to fix this. Could someone lend a hand please? ✋ |
…if you install the package from from a git repo instead of from npm
Any updates? |
can we get this released? This is so much needed in react native for the user experience: https://stackoverflow.com/questions/32748718/react-native-how-to-select-the-next-textinput-after-pressing-the-next-keyboar I don't need flow validation I don't use typescript, is there a fork I can use to get this working? |
Someone really needs to kick this, it can't be a major fix and being stuck for soon a year. |
Added massive warning to avoid time lost for people wanting to use that library. This will cause a total reimplementation in our application, and should be clearly stated in the README.md Related to : - final-form#483 - final-form#779 - final-form#608
Thanks @erikras for taking care of it, that is somehow super important and I appreciate you took care of our remarks. Do you think this will be released soon? |
I hope so. Flow has been a real pain for the past couple of years, blocking solid PRs like this one. At some point, FF and RFF will need to be rewritten into Typescript and Flow support dropped. |
Yes, this was to push a little bit, I will close this PR, and also #779 as soon as we can test the new feature and validate it as fixed on our end. |
It seems that the CI prevent the release of being done: https://travis-ci.org/github/final-form/react-final-form/jobs/676834260 , perhaps #141 should be kept open until it's done? |
@erikras any update on that one? Perhaps it's possible to drop Flow type on just that file? Or at leaste release one version in a nighty channel? |
It doesn't seem like this release made it through. Is there a way this could be pushed through? Would be nice if this was looked into. |
@Nnanyielugo this is the issue for tracking, #483 I am also expecting to see this soon, I was about to remove RFF before they merged this. Any plan for this ? |
Apologies for the delay. Since this was merged, I gave two conference workshops, one conference talk, and started two new jobs. Publishing today... |
Published in |
thanks for the release ! I would like to know if anyone have tested it ? Passing |
@kopax I confirm, passing ref to |
Looks like the output of |
Thanks for sharing, It's a problem if it use react dom because it won't work in react native. What's the status of this @erikras Is this now fixed and from what versIon? |
Resolves #141
Still to do:
react-final-form-html5-validation
(Forward refs to input component react-final-form-html5-validation#18)