Patch for @suid/material
This commit is contained in:
parent
86427d5ff9
commit
16d97c009f
|
@ -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.
|
Loading…
Reference in New Issue