Replies: 1 comment
-
| 
         A selection list with multiple selections should be avoided for other reasons: 
 Better alternatives: 
  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a recommended approach to including a mechanism to select all of a multiselect's options?
Consider this example:
https://codepen.io/bozdoz/pen/wvYVvLL?editors=1010
Is this intuitive to a screenreader? My thoughts are that "Select All" will appear as an option, even though, it's not exactly an option (it's a mechanism to select all options); so the count (1 of 7) is incorrect. Would a button be more suitable (how would that be associated to the select drop down)?
I couldn't find an example of this pattern anywhere, but I would have thought this was a desirable UI for long-list options/comboboxes.
Beta Was this translation helpful? Give feedback.
All reactions