-// {({ getInputProps }) => {
-// const { onBlur, onChange, onFocus, ...inputProps } = getInputProps({
-// onKeyDown: handleKeyDown,
-// placeholder,
-// });
-// return {
-// /*
-// (
-//
-// )),
-// onBlur,
-// onChange: (event) => {
-// handleInputChange(event);
-// onChange(event);
-// },
-// onFocus,
-// }}
-// // const [chipData, setChipData] = React.useState([
-// // { key: 0, label: 'Angular' },
-// // { key: 1, label: 'jQuery' },
-// // { key: 2, label: 'Polymer' },
-// // { key: 3, label: 'React' },
-// // { key: 4, label: 'Vue.js' },
-// // ]);
-// // const handleDelete = (chipToDelete) => () => {
-// // setChipData((chips) => chips.filter((chip) => chip.key !== chipToDelete.key));
-// // };
-// input={}
-// renderValue={(selected) => (
-//
-// {selected.map((value) => (
-// }
-// onDelete={handleDelete(value)}
-// />
-// ))}
-//
-// )}
-// {...other}
-// {...inputProps}
-// />
-//
*/
-// };
-// }}
-//
-//