-
Notifications
You must be signed in to change notification settings - Fork 24.7k
[TextInput] Fixes #1509 -- Add note about side-specific properties on TextInput #2240
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
Conversation
Can you rebase this @pletcher? Wow sorry this got ignored |
Yes, for sure! And no worries! On Sun, Jan 3, 2016 at 12:37 AM, Brent Vatne [email protected]
|
@pletcher updated the pull request. |
Whoa, weird that Travis errored out. I'll rebase again. |
@pletcher updated the pull request. |
Are the comments "// not supported in Open Source yet" still relevant? Sorry this got missed, we have a bot that mentions people who are likely good reviewers now. |
@sahrens would you mind taking a look at this pull request? It's been a while since the last commit was reviewed. |
@pletcher Are the comments "// not supported in Open Source yet" still relevant? I don't understand this format:
Is What does the comment explain? Is it saying that the |
Also, since this was sent on Aug 6, are the fact in the comment still valid? Sorry this PR got lost among the GitHub notifications. We've implemented a bot that will ping people on PRs, didn't have it back when this PR was created. |
Hm, good questions. That format was left in from a previous commit. I'll On Thursday, March 3, 2016, Martin Konicek [email protected] wrote:
|
No worries @pletcher. We've just implemented the bot that pings old PRs so they don't get forgotten about. |
Looks like that |
@pletcher updated the pull request. |
@AaaChiuuu would you mind taking a look at this pull request? It's been a while since the last commit was reviewed. |
cc @andreicoman11. If this PR is not relevant anymore please close. |
@facebook-github-bot shipit |
Thanks for importing. If you are an FB employee go to Phabricator to review. |
Summary:Add note about side-specific properties not being applied to `TextInput`s if `multiline=false`. Fix formatting of docs describing other `multiline={true/false}` quirks. Closes #2240 Differential Revision: D3037154 Pulled By: andreicoman11 fb-gh-sync-id: d64db906c2ab0054f2357b8e218725414d9868d6 shipit-source-id: d64db906c2ab0054f2357b8e218725414d9868d6
Add note about side-specific properties not being applied to
TextInput
s ifmultiline=false
.Fix formatting of docs describing other
multiline={true/false}
quirks.