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

OutputLabel: add possiblity to always display the required indicator #2854

Closed
tandraschko opened this issue Oct 22, 2017 · 1 comment
Closed
Assignees
Milestone

Comments

@tandraschko
Copy link
Member

Currently we have an attribute called "indicateRequired".
True (default) means that the it's displayed when the component is required or @NotNull is present.
False means that it's never displayed.

The easiest way it the following now:
Auto (default) means that the it's displayed when the component is required or @NotNull is present.
true mean that it's always displayed
False means that it's never displayed.

@kukel
Copy link
Contributor

kukel commented Oct 24, 2017

Please add 'milestone' or version

@tandraschko tandraschko added this to the 6.2 milestone Oct 24, 2017
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

2 participants