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

feat: TextAreaInput component #577

Merged
merged 4 commits into from
Oct 3, 2018
Merged

feat: TextAreaInput component #577

merged 4 commits into from
Oct 3, 2018

Conversation

alcferreira
Copy link
Contributor

Closes Issues

Code review checklist

Reviewer 1

  • Functions properly
  • Good readability, clarity and overall quality
  • Has tests
  • Has docs

Reviewer 2

  • Functions properly
  • Good readability, clarity and overall quality
  • Has tests
  • Has docs

affects: @crave/farmblocks-hoc-input

ISSUES CLOSED: #576
affects: @crave/farmblocks-input-text

ISSUES CLOSED: #576
@fgameiro
Copy link
Contributor

fgameiro commented Oct 2, 2018

With this PR we could close #331 as well.

withInfo()(() => (
<TextAreaInput
disabled
onChange={action("input changed")}
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this line intentional, as the input is disabled?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I can remove.

@alcferreira
Copy link
Contributor Author

Replying #577 (comment)
This PR doesn't close the mentioned issue. It only adds the formInput styles to a textarea. That issue is about adding some extra functionalities.

affects: @crave/farmblocks-hoc-input, @crave/farmblocks-input-text
affects: @crave/farmblocks-amount-selectors, @crave/farmblocks-form-wrapper,
@crave/farmblocks-hoc-input, @crave/farmblocks-input-select, @crave/farmblocks-input-text,
@crave/farmblocks-search-field
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

Successfully merging this pull request may close these issues.

3 participants