Azure / azure-iot-explorer

Cross-platform UI for interacting with devices attached to Azure IoT Hub. This tool is meant for learning and testing, not for production environment.
MIT License
220 stars 70 forks source link

Switch to TextField when typing secrets #626

Closed YingXue closed 1 year ago

YingXue commented 1 year ago

Make MaskedCopyableTextField readonly and use Fluent's TextField forerrorMessage with password type. This change is to address accessibility bug because errorMessage of MaskedCopyableTextField is not announced, and we are adviced to use Fluent's TextField for it's builtin errorMessage property.

General Guidelines