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

Add support to 'textarea' render type on basic forms #1488

Merged
merged 3 commits into from
Jan 31, 2020

Conversation

juan131
Copy link
Contributor

@juan131 juan131 commented Jan 29, 2020

Signed-off-by: juan131 juan@bitnami.com

Description of the change

This PR adds support for a new render type on basic forms: "textArea"

This new render type can be very useful to add configuration blocks (multiline strings) with a more user-friendly interface. Check the example below using changes at helm/charts#20426:

Screenshot 2020-01-29 at 15 12 05

Benefits

More possibilities for chart developers to create their values.schemas.json

Possible drawbacks

None

Applicable issues

@juan131 juan131 requested review from absoludity and andresmgot and removed request for absoludity January 29, 2020 15:24
Copy link
Contributor

@andresmgot andresmgot left a comment

Choose a reason for hiding this comment

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

Thanks for the PR @juan131! Let me know what you think about my comment.

juan131 added 3 commits January 30, 2020 14:52
Signed-off-by: juan131 <juan@bitnami.com>
Signed-off-by: juan131 <juan@bitnami.com>
Signed-off-by: juan131 <juan@bitnami.com>
@juan131 juan131 force-pushed the textarea-deployment-form branch from 1ee2187 to bd1e986 Compare January 30, 2020 14:47
Copy link
Contributor

@andresmgot andresmgot left a comment

Choose a reason for hiding this comment

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

Great, thanks!

@andresmgot andresmgot merged commit a051785 into vmware-tanzu:master Jan 31, 2020
@juan131 juan131 deleted the textarea-deployment-form branch January 31, 2020 09:10
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.

Add support to "textarea" render type on basic forms
2 participants