Open Na-hyunwoo opened 1 year ago
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.
<form>
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.
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.