Skip to content

Add a MagicSelect #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 25 commits into from
Jul 7, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
3002d4a
version 1.3.1
Jul 5, 2018
05e46b6
require react-autocomplete #1
Jul 5, 2018
5577685
start working on implimenting auto-select
Jul 5, 2018
d6b879e
get MagicSelect roughly working #1
Jul 5, 2018
5b53a72
#1 handle open/close and update of magic select #1
Jul 5, 2018
75bec8b
impliment MagicItem list component in magic select
Jul 5, 2018
7eb3133
#1 split value and label in MagicItem
Jul 5, 2018
09903bd
#1 allow for render MagicItem wrapped in span
Jul 5, 2018
8d23e9e
#1 re-impliment magic item so that it doesn't make errors for passing…
Jul 6, 2018
4877dd6
additional test coverage #1
Jul 6, 2018
69d9d7d
Allow switching inner input type
Jul 6, 2018
06e0c31
accidently add a button group component #1
Jul 6, 2018
13e685a
allow icon buttons #1
Jul 7, 2018
e01c83a
Get magic select list type switching working #1
Jul 7, 2018
1e9c184
only show the magic select buttons when the magic selec tis open #1
Jul 7, 2018
3c8c353
rewire MagicSelect as a group and inner component
Jul 7, 2018
cb9a5ca
handle magic select value so it works with updates #1
Jul 7, 2018
39117a8
Use consistent classes and propTypes for magic group #1
Jul 7, 2018
0cb13b4
use a consitent label in magic group #1
Jul 7, 2018
0e63574
test for MagicSelect.onChange() #1
Jul 7, 2018
53c3522
Using magic tags in render groups #1
Jul 7, 2018
410d17b
clean up the message component in magic field gorup #1
Jul 7, 2018
fc5b44c
#1 refresh snapshots and docs
Jul 7, 2018
35e6ab1
#1 increase coverage for magic tag selectors
Jul 7, 2018
31ad27d
#1 additonal tests for magic groups
Jul 7, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
735 changes: 408 additions & 327 deletions .idea/workspace.xml

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"http://localhost:3000/main.js": "http://localhost:3000/static/js/bundle.js",
"http://localhost:3000/main.js.map": "http://localhost:3000/static/js/bundle.js.map",
"http://localhost:3000/static/media/logo.svg": "http://localhost:3000/static/media/logo.83748054.svg"
}
Loading