Choices/src/scripts
2024-08-06 00:13:49 +08:00
..
actions Cleanup utils to reduce exports, and simplify code as much as possible 2024-08-06 00:13:46 +08:00
components Cleanup components to reduce exports & remove dead-code, and simplify code as much as possible 2024-08-06 00:13:49 +08:00
interfaces Handle custom properties being a simple string, and reduce exports of unneeded functions 2024-08-06 00:13:49 +08:00
lib Cleanup components to reduce exports & remove dead-code, and simplify code as much as possible 2024-08-06 00:13:49 +08:00
reducers Handle custom properties being a simple string, and reduce exports of unneeded functions 2024-08-06 00:13:49 +08:00
store activeItems is not really a concept any more, and didn't really do anything meaningful. 2024-08-04 18:19:41 +08:00
choices.test.ts Cleanup utils to reduce exports, and simplify code as much as possible 2024-08-06 00:13:46 +08:00
choices.ts Cleanup components to reduce exports & remove dead-code, and simplify code as much as possible 2024-08-06 00:13:49 +08:00
constants.test.ts Use constant enum instead of repeating strings and type information 2024-08-02 21:54:44 +08:00
constants.ts Use constant enum instead of repeating strings and type information 2024-08-02 21:54:44 +08:00
defaults.ts Fix when adding choices, "Press Enter to add..." would not render if the dropdown had partially matching search results 2024-08-04 18:16:21 +08:00
templates.test.ts Remove unused name attribute which causes the search form to be submitted when it shouldn't be 2024-07-28 19:49:12 +08:00
templates.ts Handle custom properties being a simple string, and reduce exports of unneeded functions 2024-08-06 00:13:49 +08:00