diff --git a/src/components/FormInput/index.js b/src/components/FormInput/index.js index 8cd00b7..3e60f96 100644 --- a/src/components/FormInput/index.js +++ b/src/components/FormInput/index.js @@ -12,7 +12,7 @@ const FormInput = ({ items }) => { const { register, getValues } = useForm(); return ( -
+
{ >
+ {/* cancle icon */}
- {/* cancle icon */}
{/* modalBody */}
{/* top */} -
+
{/* right */} - - {/* setActiveInput(true)} - onBlur={() => setActiveInput(false)} - /> */} - {/* divider */} -
+
+ +
{/* left */} - +
+ +
{/* divider */}
@@ -232,3 +225,15 @@ PopupCard.defaultProps = { }, ], }; + +{ + /* setActiveInput(true)} + onBlur={() => setActiveInput(false)} + /> */ +}