Jeff Hawson

Results 2 comments of Jeff Hawson

The issue appears to be that label studio is using a somewhat unconventional style for specifying the id query parameters. Instead of this: `export?ids=123,456` You need this: `export?ids[]=123&ids[]=456`

+1. This seems like the same issue (with the same solution) as for DropdownMenu. The inability to set modal=false for Select means that scroll bars always disappear when a Select...