From 16d97c009f666a06dd5d7abf1e1bf7feb0f78855 Mon Sep 17 00:00:00 2001 From: evlist Date: Mon, 6 Feb 2023 09:56:09 +0100 Subject: [PATCH] Patch for @suid/material --- patches/@suid+material+0.10.1.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 patches/@suid+material+0.10.1.patch diff --git a/patches/@suid+material+0.10.1.patch b/patches/@suid+material+0.10.1.patch new file mode 100644 index 0000000..7ae5518 --- /dev/null +++ b/patches/@suid+material+0.10.1.patch @@ -0,0 +1,13 @@ +diff --git a/node_modules/@suid/material/InputBase/InputBase.jsx b/node_modules/@suid/material/InputBase/InputBase.jsx +index ac57a30..00cbc4a 100644 +--- a/node_modules/@suid/material/InputBase/InputBase.jsx ++++ b/node_modules/@suid/material/InputBase/InputBase.jsx +@@ -238,7 +238,7 @@ const inputGlobalStyles = () => (<> + "@keyframes mui-auto-fill-cancel": { from: { display: "block" } }, + }}/>} + ); +-const selectionTypes = new Set(["text", "search", "password", "tel", "url"]); ++const selectionTypes = new Set(["text", "textarea", "search", "password", "tel", "url"]); + /** + * `InputBase` contains as few styles as possible. + * It aims to be a simple building block for creating an input.