UNPKG
@bigbinary/neeto-datepicker
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
React date & time picker
react-component.github.io/picker
bigbinary/neeto-datepicker
@bigbinary/neeto-datepicker
/
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; }