From: Wei Zhu Date: Thu, 1 Feb 2018 06:28:48 +0000 (+0800) Subject: Add inputReadOnly to readme X-Git-Tag: 3.3.0~1 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=fe8e837bc7f75217db65d81812a9b242b89a0b2b;p=github%2Ffretlink%2Ftime-picker.git Add inputReadOnly to readme --- diff --git a/README.md b/README.md index 27a1aae..3baa0ce 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ API | minuteStep | Number | 1 | interval between minutes in picker | | secondStep | Number | 1 | interval between seconds in picker | | focusOnOpen | Boolean | false | automatically focus the input when the picker opens | +| inputReadOnly | Boolean | false | set input to read only | ## Test Case