Commit Graph

82 Commits

Author SHA1 Message Date
andrelandgraf
476f0dc3ab exposing onInput prop to receive on input change events 2020-04-28 06:00:53 +02:00
andrelandgraf
e1bf2be3ad npm audit fix 2020-04-28 05:43:21 +02:00
andrelandgraf
aec1ba1f77 npm audit fix 2020-04-28 05:42:37 +02:00
andrelandgraf
dd61464469 new version 2019-08-28 11:13:17 +02:00
Andre
4c6ab7bdbc Merge pull request #6 from uncleramsay/patch-1
adding typings for new debounce options
2019-08-28 11:09:55 +02:00
uncleramsay
1ab9aadcbf adding typings for new debounce options 2019-08-28 07:45:52 +01:00
andrelandgraf
5a10c59e2e testing 2019-08-27 16:04:42 +02:00
andrelandgraf
81e6db3512 updating readme 2019-08-27 15:57:14 +02:00
andrelandgraf
d15be9a4be merging onClose callback 2019-08-27 15:43:13 +02:00
andrelandgraf
d587203051 added debouncing option and corresponding loading functionality 2019-08-27 15:26:33 +02:00
andrelandgraf
84629a4ccb eslinting, updating after pull request merge 2019-08-23 15:00:57 +02:00
Andre
6bee04cca1 Merge pull request #3 from kuuup-at-work/master
onDropdownOpen and onDropdownClose callbacks
2019-08-23 14:57:36 +02:00
Peter Kupietz
d0a151d14d Include type definition for drop down callbacks 2019-08-22 13:57:27 +02:00
Peter Kupietz
d291fd9ffd Added types for typescript 2019-08-22 13:55:52 +02:00
Peter Kupietz
17f81b01f6 Added docs for onDropdownOpen and onDropdownClose 2019-08-22 13:46:42 +02:00
Peter Kupietz
5a3cecdd5a Added onDropdownClose and onDropdownOpen callbacks 2019-08-22 13:42:49 +02:00
andrelandgraf
5489910f2e merging pull request 2019-08-21 15:41:23 +02:00
Andre
9f69dc86ee Merge pull request #2 from kuuup-at-work/master
Fix renderMatchingLabel for indexOfMatch > 0
2019-08-21 15:39:27 +02:00
Peter Kupietz
4cca2f2305 Fix renderMatchingLabel for indexOfMatch > 0 2019-08-21 15:18:41 +02:00
andrelandgraf
74e529122b new package version 2019-08-14 15:40:53 +02:00
andrelandgraf
8981f4ba39 fixing bug with keys of type number on click with mouse 2019-08-14 15:38:13 +02:00
andrelandgraf
c034e7409b fixing bug with keys of type number on click with mouse 2019-08-14 15:37:25 +02:00
andrelandgraf
16efc5797b adding demo app to repo 2019-08-14 14:55:50 +02:00
andrelandgraf
44002b8df9 readme 2019-06-24 20:57:49 +02:00
Andre Landgraf
186c277b32 minor styling fix 2019-06-21 14:46:43 +02:00
Andre Landgraf
b4d32becb7 minor styling fix 2019-06-21 14:36:26 +02:00
Andre Landgraf
c331326433 remove opinonated styling 2019-06-21 14:28:04 +02:00
Andre Landgraf
f887d164e1 styling 2019-06-21 11:35:05 +02:00
Andre Landgraf
7d6686cbde bug fixing wild ; 2019-06-21 11:15:58 +02:00
Andre Landgraf
c7579022c2 set initalValue with every clean update 2019-06-20 12:41:04 +02:00
Andre Landgraf
aad04be942 set '' as well 2019-06-20 00:01:16 +02:00
Andre Landgraf
bfaf980d4a better ux 2019-06-19 23:56:06 +02:00
Andre Landgraf
9f677a631e added initial value to override placeholder if wished 2019-06-19 23:48:51 +02:00
Andre Landgraf
79bb646270 debugging bold match 2019-06-18 09:37:56 +02:00
Andre Landgraf
a5f750ea0f debugging 2019-06-17 20:22:41 +02:00
Andre Landgraf
eb93b92ea8 debugging 2019-06-17 20:08:53 +02:00
Andre Landgraf
dee006b2ff debugging 2019-06-17 20:06:08 +02:00
Andre Landgraf
2f29e099c6 allow key to be string or number 2019-06-17 19:50:12 +02:00
Andre Landgraf
cdfa4c5124 max input length now works with default match function on input click 2019-06-17 11:31:46 +02:00
Andre Landgraf
0e4e12eb05 logical bug fixing 2019-06-13 23:40:25 +02:00
Andre Landgraf
1f410009bc this 2019-06-13 23:19:31 +02:00
Andre Landgraf
b154d2ee09 index to last item 2019-06-13 23:17:16 +02:00
Andre Landgraf
4f889e8820 show matching items on click if currentInput 2019-06-13 23:11:07 +02:00
Andre Landgraf
a8fa2d0ba0 bug fixing and more features 2019-06-13 22:15:08 +02:00
Andre Landgraf
873642c1b0 open menu on click on input if length of input is bigger as required, click outside of menu, will close dropdown 2019-06-13 21:36:41 +02:00
Andre Landgraf
8499550754 implemented max length 2019-06-13 21:17:49 +02:00
Andre Landgraf
30dafc8838 only show menu if matches are there 2019-06-13 18:10:15 +02:00
Andre Landgraf
996553f044 i really need to add linting here... 2019-06-13 18:06:33 +02:00
Andre Landgraf
b59f4410a0 publish 2019-06-13 18:01:31 +02:00
Andre Landgraf
593c9e6cd4 prevent undefined on no matching elements 2019-06-13 18:01:07 +02:00