ToggleButton Overflow not handled?
Using toggle buttons... Do they not wrap the overflow?
3 Replies
They do not, when they are grouped. You would need to override that with css.
Or maybe the use case would warrant a different field like a select if there are too many options.
Hmm Okay, I was thinking of maybe like a drop down box, and people can just select what they want to use. Thanks!
We changed them to inline, and seems to be working fine. Thanks again!