-
Notifications
You must be signed in to change notification settings - Fork 5
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
Conversation
With this PR we could close #331 as well. |
withInfo()(() => ( | ||
<TextAreaInput | ||
disabled | ||
onChange={action("input changed")} |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can remove.
Replying #577 (comment) |
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
Closes Issues
Code review checklist
Reviewer 1
Reviewer 2