I tried to assess web accessibility of the following small application using the tool WAVE and I get an error related to selectinput (no label for a form control)
I was trying to test if the described shiny app was 508 compliant. One of the errors was the labeling in the select input. I think the command "selectInput" generate a HTML code not 508 complaint (with extra div).
Using HTML code solves the issue: Here is the new app code: