diff options
author | Adam Misiorny <adam.misiorny@gmail.com> | 2016-09-01 09:06:56 +0200 |
---|---|---|
committer | Adam Misiorny <adam.misiorny@gmail.com> | 2016-09-01 09:06:56 +0200 |
commit | 73e6cf7828e16b192e5980da49521473c1579a06 (patch) | |
tree | ed2de146c91ecd215fedc4f211d178ce9c23daf1 /README.md | |
parent | 4984ed85e54f442998a335db70618d6184fa397e (diff) | |
download | time-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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |