Commit Graph

  • e414f8efa1 Remove console.log Tom Southall 2022-02-24 14:25:45 +00:00
  • 1deef54576 Correctly handle clearing search input Tom Southall 2022-02-24 14:22:44 +00:00
  • 9d60c6e667 Give SplitMatch component some PropTypes validation Tom Southall 2022-02-23 23:04:41 +00:00
  • 76bf7f2f99 Remove text splitting and make text matching an option with a prop Tom Southall 2022-02-23 22:59:20 +00:00
  • a1242eec5d Add ability to pass in an Item component Tom Southall 2022-02-23 21:41:55 +00:00
  • f9467a8ede Rename splitChar to separator Tom Southall 2022-02-22 00:43:18 +00:00
  • 6e1b054195 dataSearchType now determines how list items are highlighted Tom Southall 2022-02-22 00:35:51 +00:00
  • 583726fcb9 Consolidate itemGroups and data props into a single listbox prop Tom Southall 2022-02-21 21:07:52 +00:00
  • ac6f749762 Make ListBox one word: Listbox Tom Southall 2022-02-21 20:08:03 +00:00
  • f9bf89b108 Add unit tests for reducer Tom Southall 2022-02-21 19:49:28 +00:00
  • 464459435d Fix broken tests Tom Southall 2022-02-21 18:46:53 +00:00
  • a805a90222 Unit tests for actions Tom Southall 2022-02-21 18:40:52 +00:00
  • c2c8ccca90 Remove console.log Tom Southall 2022-02-21 18:28:22 +00:00
  • 8e12ba19f8 Ensure first of default items is not highlighted Tom Southall 2022-02-21 17:51:44 +00:00
  • 69e344d29d Clear selected value when query changes Tom Southall 2022-02-21 17:08:46 +00:00
  • d66a2f413d Simplify rules for whether listbox is expanded Tom Southall 2022-02-21 16:42:55 +00:00
  • 1e91265556 Add examples folder Tom Southall 2022-02-21 15:57:53 +00:00
  • cde5b0a91b Rename Items component as ListBox Tom Southall 2022-02-20 22:13:45 +00:00
  • 4a5d0b0ad4 Add disabled prop to replace isDisabled Tom Southall 2022-02-20 21:51:12 +00:00
  • c70c6a9fce Bump version Tom Southall 2022-02-20 00:25:55 +00:00
  • 69cd22a716 Bump version Tom Southall 2022-02-20 00:20:50 +00:00
  • 837d16a44c Remove nanoid dependency Tom Southall 2022-02-20 00:19:20 +00:00
  • d7db51adc2 Up version Tom Southall 2022-02-19 22:31:11 +00:00
  • 8090af703c Remove unnecessary await Tom Southall 2022-02-19 22:24:47 +00:00
  • 9484556d65 First pass at some integration tests Tom Southall 2022-02-19 22:20:39 +00:00
  • ec8a714f73 Fix bug preventing clear button from working Tom Southall 2022-02-19 17:24:09 +00:00
  • 913156cfed Add role to Items element Tom Southall 2022-02-19 17:19:49 +00:00
  • 59d023d956 Call isHighlighted function Tom Southall 2022-02-19 17:14:01 +00:00
  • ffb131530a Add id prop to container test Tom Southall 2022-02-19 17:12:20 +00:00
  • d14bd62aeb Add ARIA accessbility attributes to elements Tom Southall 2022-02-19 17:09:45 +00:00
  • 2bb09af284 Tests for useData hook Tom Southall 2022-02-18 21:54:01 +00:00
  • 98d56cc702 Rudimentary test for container Tom Southall 2022-02-17 23:06:19 +00:00
  • 4e0e05635a Add useSelected hook Tom Southall 2022-02-17 22:39:33 +00:00
  • 7fc85cac8b Remove redundant variables Tom Southall 2022-02-17 21:16:15 +00:00
  • 3488c2951c Add useHighlight hook Tom Southall 2022-02-17 21:14:56 +00:00
  • fc76372086 Remove loading feature Tom Southall 2022-02-17 20:33:56 +00:00
  • ea835df0e4 Add useItemsState hook Tom Southall 2022-02-17 19:47:44 +00:00
  • c110222c9d Move customStyles and splitChar to global state Tom Southall 2022-02-17 15:45:42 +00:00
  • 5ee40eab38 Tweaks to item test Tom Southall 2022-02-17 15:22:50 +00:00
  • 6954154ee0 Add selected to global state Tom Southall 2022-02-17 14:27:14 +00:00
  • a7f7a497c0 Rename context provider Tom Southall 2022-02-17 14:11:50 +00:00
  • 7783080796 Fix tests broken due to refactor Tom Southall 2022-02-17 14:06:51 +00:00
  • 61a804f593 Begin to refactor towards a global state context Tom Southall 2022-02-17 01:36:53 +00:00
  • e9135f06e7 Refactor queryMatchesTypeahead and add tests Tom Southall 2022-02-16 19:26:15 +00:00
  • 067a9e9cb8 Start to separate out and test container useEffect hooks Tom Southall 2022-02-16 16:46:01 +00:00
  • 5564a45bf6 First pass at some tests Tom Southall 2022-02-14 20:23:31 +00:00
  • c6fb80ecec Disable ESLint props validation in all child components Tom Southall 2022-02-13 20:56:30 +00:00
  • 762db58b97 Set up vitest Tom Southall 2022-02-12 23:00:14 +00:00
  • a2e9ee56d0 Add prop type validation Tom Southall 2022-02-12 20:52:34 +00:00
  • 69f1a5c46d Add default styles to no items dropdown Tom Southall 2022-02-12 16:41:12 +00:00
  • 6f6cf58d30 Switch from create-react-app to vite Tom Southall 2022-02-12 16:33:47 +00:00
  • ce675bb573 Bump version Tom Southall 2022-02-11 23:16:43 +00:00
  • 49d3beffbd Fix css issue in matchingText component Tom Southall 2022-02-11 23:15:39 +00:00
  • fb824b3060 Switch from create-react-library to create-react-app Tom Southall 2022-02-11 20:57:03 +00:00
  • 679c125e4f Add React to peerDependencies Tom Southall 2022-02-11 02:41:27 +00:00
  • 66017c1072 Initial commit Tom Southall 2022-02-11 01:38:37 +00:00
  • 6375a7b5a5 init create-react-library@3.1.1 Tom Southall 2022-02-10 22:45:36 +00:00