Skip to content

feat(core-react): add text field #179

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

Merged
merged 3 commits into from
Aug 15, 2019
Merged

feat(core-react): add text field #179

merged 3 commits into from
Aug 15, 2019

Conversation

adamraider
Copy link
Contributor

No description provided.

label,
...rest
}) {
const wrapperClass = clsx('ray-text-field', {
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this also handle textarea?

'ray-text-field': !textarea,
'ray-text-area': textarea,

Copy link
Contributor Author

Choose a reason for hiding this comment

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

maaybeee.

{label}
</label>
)}
</div>
Copy link

Choose a reason for hiding this comment

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

should we also include the error message?

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 was considering it... this pr is still wip

@adamraider adamraider marked this pull request as ready for review August 15, 2019 18:35
@adamraider adamraider requested a review from a team as a code owner August 15, 2019 18:35
@adamraider adamraider force-pushed the raid/react-text-field branch from 45201d2 to 43c8530 Compare August 15, 2019 18:36
@adamraider adamraider merged commit 7ca0c66 into master Aug 15, 2019
@delete-merged-branch delete-merged-branch bot deleted the raid/react-text-field branch August 15, 2019 19:02
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