-
Notifications
You must be signed in to change notification settings - Fork 672
Button Group field type #16782
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
Button Group field type #16782
Conversation
492d0e9
to
a58b9f1
Compare
[ci skip]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few small changes requested, otherwise looks great!
Love that one!!! Can the Icon be added as SVG? |
@alexanderbuergin you can pick from the same icons available to entry types. |
@brandonkelly Are there any plans to expand the set of icons? For example, by adding support for a custom icon font? |
@alexanderbuergin Not currently, feel free to open a new discussion about it. |
Description
Adds a new “Button Group” field type, which works like Radio Buttons and Dropdown fields technically, but displays a button group for its UI:
There’s also an “Icons only” mode, which hides the text labels.
Related issues