import * as React from 'react'; import Box from '@mui/material/Box'; import TextField from '@mui/material/TextField'; const BarcodeInput = ({setBookletInput,setDataFetched,bookletInput}) =>{ return ( :not(style)': { m: 1, width: '25ch' }, // }} // noValidate autoComplete="off" > { setBookletInput(e.target.value) setDataFetched(false) }}/> ); } export default BarcodeInput;