Commit Graph

26 Commits

Author SHA1 Message Date
Andre Landgraf
2ade3865d1 refactors to functional component
- rewrites DataListInput as a functional component
- changes version to 2.0.0
- describes versioning in README
- adds more unit tests
- adds snapshot tests
- adds better a11y support by adding aria-labels and roles
2020-09-05 15:58:39 -07:00
Andre
feace7aa32 Update README.md 2020-08-05 09:24:33 -07:00
Andre
f231af34a1 Update README.md 2020-08-05 09:23:04 -07:00
andrelandgraf
325c775c91 fixed broken link in README 2020-05-10 04:29:35 +02:00
andrelandgraf
7b27339467 created plain version of this package without css for ssr support, added this information to the README 2020-05-01 03:40:24 +02:00
andrelandgraf
ecfac5fa76 trying to make this package work with ssr 2020-04-30 05:33:13 +02:00
andrelandgraf
ef172ed845 trying to make this package work with ssr 2020-04-30 04:16:25 +02:00
andrelandgraf
6faad52671 added demo to readme 2020-04-28 06:11:13 +02:00
andrelandgraf
476f0dc3ab exposing onInput prop to receive on input change events 2020-04-28 06:00:53 +02:00
andrelandgraf
81e6db3512 updating readme 2019-08-27 15:57:14 +02:00
Peter Kupietz
17f81b01f6 Added docs for onDropdownOpen and onDropdownClose 2019-08-22 13:46:42 +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
c331326433 remove opinonated styling 2019-06-21 14:28:04 +02:00
Andre Landgraf
9f677a631e added initial value to override placeholder if wished 2019-06-19 23:48:51 +02:00
Andre Landgraf
8499550754 implemented max length 2019-06-13 21:17:49 +02:00
Andre Landgraf
9057ae97b8 adding more functionalities 2019-06-13 11:31:00 +02:00
andrelandgraf
9ee835e68f adding readme for new props 2019-06-12 21:15:40 +02:00
Andre
a66f5cd596 Update README.md 2018-07-21 20:14:11 +02:00
andrelandgraf
f4d5cd7471 onSelect:
- Instead of passing the key of the item that got selected only
- The selected item itself will get passed to onSelect

implemented: if key has not changed with selection of an option (same item has been selected serveal times in a row) onSelect will not be triggered more than once.
2018-07-21 20:10:33 +02:00
Andre
7f658a951c Update README.md 2018-07-19 14:04:32 +02:00
andrelandgraf
8651aa50ca added demo heroku app to the README 2018-07-19 13:48:08 +02:00
andrelandgraf
734c1529f9 beautify README 2018-07-19 13:22:25 +02:00
andrelandgraf
5a4aedb30c used webpack to build the project,
built index.js and index.css,
added more information to README
2018-07-19 13:11:01 +02:00
andrelandgraf
c15cc90563 created package.json 2018-07-16 20:18:17 +02:00
andrelandgraf
41c62ec04d Initial commit 2018-07-16 20:02:12 +02:00