We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19205f7 commit fa461f6Copy full SHA for fa461f6
1 file changed
client/modules/IDE/components/NewFolderForm.jsx
@@ -61,7 +61,9 @@ function NewFolderForm() {
61
</Field>
62
</div>
63
{touched.submitButton && errors.name && (
64
- <span className="form-error">{errors.name}</span>
+ <span className="form-error" aria-live="polite">
65
+ {errors.name}
66
+ </span>
67
)}
68
</form>
69
0 commit comments