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

How to show "*" on required label (antd, bs...)? #225

Closed
thearabbit opened this issue Mar 6, 2017 · 4 comments
Closed

How to show "*" on required label (antd, bs...)? #225

thearabbit opened this issue Mar 6, 2017 · 4 comments
Assignees
Labels
Type: Question Questions and other discussions

Comments

@thearabbit
Copy link

How to show "*" on required label (antd, bs...)?

@radekmie radekmie self-assigned this Mar 6, 2017
@radekmie radekmie added the Type: Question Questions and other discussions label Mar 6, 2017
@radekmie
Copy link
Contributor

radekmie commented Mar 6, 2017

It's theme dependent, not configurable.

@radekmie radekmie closed this as completed Mar 6, 2017
@thearabbit
Copy link
Author

could example?

@radekmie
Copy link
Contributor

radekmie commented Mar 7, 2017

Example of what? It's not configurable - your theme have it or no.

@davidworkman9
Copy link
Contributor

This is easily solved in bootstrap 3 with CSS.

.form-group.required .control-label:before {
    content: "* ";
    color: red;
}

@radekmie radekmie moved this to Closed in Open Source Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Question Questions and other discussions
Projects
Archived in project
Development

No branches or pull requests

3 participants