aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorAdam Misiorny <adam.misiorny@gmail.com>2016-09-01 09:06:56 +0200
committerAdam Misiorny <adam.misiorny@gmail.com>2016-09-01 09:06:56 +0200
commit73e6cf7828e16b192e5980da49521473c1579a06 (patch)
treeed2de146c91ecd215fedc4f211d178ce9c23daf1 /README.md
parent4984ed85e54f442998a335db70618d6184fa397e (diff)
downloadtime-picker-73e6cf7828e16b192e5980da49521473c1579a06.tar.gz
time-picker-73e6cf7828e16b192e5980da49521473c1579a06.tar.zst
time-picker-73e6cf7828e16b192e5980da49521473c1579a06.zip
add autocomplete option
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3ae31aa..5d8822a 100644
--- a/README.md
+++ b/README.md
@@ -69,6 +69,7 @@ API
69| onChange | Function | null | called when select a different value | 69| onChange | Function | null | called when select a different value |
70| placement | String | bottomLeft | one of ['left','right','top','bottom', 'topLeft', 'topRight', 'bottomLeft', 'bottomRight'] | 70| placement | String | bottomLeft | one of ['left','right','top','bottom', 'topLeft', 'topRight', 'bottomLeft', 'bottomRight'] |
71| transitionName | String | '' | | 71| transitionName | String | '' | |
72| autoComplete | String | 'yes' | one of ['yes', 'no'] |
72 73
73 74
74## Test Case 75## Test Case