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(FormRenderer): Render radio button description #365

Merged
merged 2 commits into from
Sep 22, 2021

Conversation

abrenaut
Copy link
Contributor

Render radio button description in FormRenderer

Before

Screen Shot 2021-09-22 at 1 40 32 pm

After

Screen Shot 2021-09-22 at 1 38 36 pm

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@@ -20,6 +20,7 @@ import { FormTemplateRenderProps } from '@data-driven-forms/react-form-renderer/
export interface Option {
label: string;
value: string;
description: string;
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 an optional field?

@abrenaut abrenaut merged commit aba7e19 into aws:main Sep 22, 2021
@abrenaut abrenaut deleted the formrenderer_radio_description branch September 22, 2021 04:29
@aws-prototyping-bot
Copy link
Collaborator

🎉 This PR is included in version 1.3.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants