From 2bfefcb08072f5f42c7891845727b4a68d7233ff Mon Sep 17 00:00:00 2001 From: Alex Holliday Date: Tue, 26 Nov 2024 13:37:10 +0800 Subject: [PATCH] Expose flex on TextInput --- Client/src/Components/Inputs/TextInput/index.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Client/src/Components/Inputs/TextInput/index.jsx b/Client/src/Components/Inputs/TextInput/index.jsx index b78ca5439..744d036bd 100644 --- a/Client/src/Components/Inputs/TextInput/index.jsx +++ b/Client/src/Components/Inputs/TextInput/index.jsx @@ -77,6 +77,7 @@ const TextInput = forwardRef( endAdornment = null, label = null, maxWidth = "100%", + flex, disabled = false, }, ref @@ -84,7 +85,7 @@ const TextInput = forwardRef( const [fieldType, setFieldType] = useState(type); const theme = useTheme(); return ( - +