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 noticed that the name attribute wasn't being passed through on the <Switch> component, I have a feeling that this attribute was overlooked. If we are rebuilding HTML elements then we need to make sure that we aren't inadvertently stripping default syntax or behavior.
We can discuss further, but we weren't attempting to use the name attribute in order to post from a form. IIRC we were either trying to gather information from it or we were trying to differentiate it from another input component on the page.
I noticed that the
name
attribute wasn't being passed through on the<Switch>
component, I have a feeling that this attribute was overlooked. If we are rebuilding HTML elements then we need to make sure that we aren't inadvertently stripping default syntax or behavior.https://www.w3resource.com/html/attributes/html-name-attribute.php
The text was updated successfully, but these errors were encountered: