UNPKG
@rc-component/picker
Version:
latest (1.3.0)
1.3.0
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
React date & time picker
react-component.github.io/picker
react-component/picker
@rc-component/picker
/
es
/
PickerInput
/
hooks
/
useInputReadOnly.js
6 lines
•
183 B
JavaScript
View Raw
1
2
3
4
5
6
export
default
function
useInputReadOnly
(
formatList, inputReadOnly, multiple
) {
if
(
typeof
formatList[
0
] ===
'function'
|| multiple) {
return
true
; }
return
inputReadOnly; }