popover search bar header
This commit is contained in:
@@ -3,6 +3,8 @@ import { TextField } from "@mui/material";
|
||||
function Field({ title, type, props, multiline, isPlaceHolder }) {
|
||||
return (
|
||||
<TextField
|
||||
{...props}
|
||||
size="small"
|
||||
placeholder={isPlaceHolder && title}
|
||||
label={!isPlaceHolder ? title : ""}
|
||||
type={type || "text"}
|
||||
|
||||
Reference in New Issue
Block a user