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 the ability to toggle the field labels #530

Closed
AaronSadlerUK opened this issue Apr 7, 2021 · 2 comments
Closed

Add the ability to toggle the field labels #530

AaronSadlerUK opened this issue Apr 7, 2021 · 2 comments

Comments

@AaronSadlerUK
Copy link

AaronSadlerUK commented Apr 7, 2021

It would be extremely useful to be able to toggle the field labels.

I have been able to achieve this in my uCaptcha plugin with the code below, which should be usable.

[Setting("Show Label", Description = "Show the property label", View ="~/App_Plugins/UmbracoForms/Backoffice/Common/SettingTypes/checkbox.html")]
        public string ShowLabel { get; set; }

public override bool HideLabel => !Parse.Bool(ShowLabel);

This item has been added to our backlog AB#12725

@nul800sebastiaan nul800sebastiaan added project/backoffice-ux state/needs-investigation This requires input from HQ or community to proceed type/feature labels Apr 8, 2021
@nul800sebastiaan
Copy link
Member

Thanks! We'll have to have a look for which, if not all field types this makes sense. 👍

@AndyButland AndyButland added the state/sprint-candidate We're trying to get this in a sprint at HQ in the next few weeks label Jul 2, 2021
@azure-devops-sync azure-devops-sync bot changed the title Add the ability to toggle the field labels Forms V8: Add the ability to toggle the field labels Jul 16, 2021
@AndyButland AndyButland changed the title Forms V8: Add the ability to toggle the field labels Add the ability to toggle the field labels Jul 16, 2021
@warrenbuckley warrenbuckley added release/8.8.0 and removed state/needs-investigation This requires input from HQ or community to proceed labels Jul 20, 2021
@warrenbuckley
Copy link

Fixed in this PR https://github.com/umbraco/Forms/pull/533 and is due for release in 8.8.0

@umbrabot umbrabot removed the state/sprint-candidate We're trying to get this in a sprint at HQ in the next few weeks label Jul 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants