first commit
This commit is contained in:
12
frontend/node_modules/rc-picker/lib/PickerInput/hooks/useInputReadOnly.js
generated
vendored
Normal file
12
frontend/node_modules/rc-picker/lib/PickerInput/hooks/useInputReadOnly.js
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = useInputReadOnly;
|
||||
function useInputReadOnly(formatList, inputReadOnly, multiple) {
|
||||
if (typeof formatList[0] === 'function' || multiple) {
|
||||
return true;
|
||||
}
|
||||
return inputReadOnly;
|
||||
}
|
||||
Reference in New Issue
Block a user