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
{{ message }}
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.
I have a question about your code ChipInput.js
In the code, the children component like InputLabel is wrapped by FormControl made by material-ui.
I knew mdn define form like below.
The
<form>
HTML element represents a document section containing interactive controls for submitting information.The important part is "for submitting information".
I think combination of input should be wrapped by form tag not the single ChipInput.
I want to know what do you think about this question.
The text was updated successfully, but these errors were encountered: