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 0fb30b2 commit 19205f7Copy full SHA for 19205f7
1 file changed
client/modules/IDE/components/NewFileForm.jsx
@@ -64,7 +64,9 @@ function NewFileForm() {
64
</Field>
65
</div>
66
{touched.submitButton && errors.name && (
67
- <span className="form-error">{errors.name}</span>
+ <span className="form-error" aria-live="polite">
68
+ {errors.name}
69
+ </span>
70
)}
71
</form>
72
0 commit comments