carlosrovira commented on issue #1074: URL: https://github.com/apache/royale-asjs/issues/1074#issuecomment-773269479
Hi, I added `allowMultipleSelection` (defaults to false, since seems the most normal use case). So to get the previous behavior people need to put it to true: ```xml <j:ToggleButtonBar localId="tbb2" allowMultipleSelection="true" ... ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
