You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe I've found a bug in the API with forms when the number of form elements changes. Below is a reproduction. When you type one character into the error input, the error doesn't appear at first until you type a second character. It appears that adding the Form.Description element dynamically interferes with the error prop displaying correctly.
Description
I believe I've found a bug in the API with forms when the number of form elements changes. Below is a reproduction. When you type one character into the error input, the error doesn't appear at first until you type a second character. It appears that adding the
Form.Description
element dynamically interferes with the error prop displaying correctly.Steps To Reproduce
Reproduction
Current Behaviour
Typing one character in the error box does not show the error next to the "error2" field until you type a second character.
Expected Behaviour
Typing one character in the error box should show the error next to the "error2" field, even though the
Form.Description
element is added.The text was updated successfully, but these errors were encountered: