I have a question about your code ChipInput.js <img width="653" alt="스크린샷 2022-12-09 오후 3 50 16" src="https://user-images.githubusercontent.com/22545843/206642501-8c94a315-e0f1-4498-8951-2f5a24f4be85.png"> 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.
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.