1
This commit is contained in:
Generated
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
export default function useInputReadOnly(formatList, inputReadOnly, multiple) {
|
||||
if (typeof formatList[0] === 'function' || multiple) {
|
||||
return true;
|
||||
}
|
||||
return inputReadOnly;
|
||||
}
|
||||
Reference in New Issue
Block a user