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
[x] If introducing new functionality or modified behavior, are they backed by unit tests?
[x] Have all unit tests passed locally? (by running npm run test command)
[x] Have you updated the README.md with new screenshots if significant changes have been made?
[x] Have you update the package version if the current version in package.json is not higher than the version released?
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
npm run test
command)