camicroscope / caMicroscope

Digital pathology image viewer with support for human/machine generated annotations and markups.
BSD 3-Clause "New" or "Revised" License
255 stars 295 forks source link

Added title to select element #1030

Closed nwanduka closed 3 months ago

nwanduka commented 3 months ago

Summary

This PR fixes #1019. The issue persisted even after aria-label was added to the select element (in PR #1021 that has been merged). In this PR, I changed the aria-label to a title attribute.

Motivation

Testing

Questions