Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
0b0b3c9
init: BaseSelect
zombieJ Dec 2, 2021
dda581d
chore: Trigger part props
zombieJ Dec 2, 2021
6c5d5fb
chore: Trigger all func
zombieJ Dec 2, 2021
140a453
chore: continue update
zombieJ Dec 3, 2021
71b4ccc
chore: use mergedShowSearch
zombieJ Dec 3, 2021
62790ba
chore: path context
zombieJ Dec 3, 2021
6bf6ee8
chore: path context & clearIcon
zombieJ Dec 3, 2021
57d497e
chore: select base
zombieJ Dec 3, 2021
0c9ea8b
chore: Init Select
zombieJ Dec 3, 2021
7019efa
chore: clean up
zombieJ Dec 3, 2021
6189419
chore: basic link with props
zombieJ Dec 3, 2021
67ecb64
pass onToggleOpen
zombieJ Dec 3, 2021
00c2389
chore: link icons
zombieJ Dec 3, 2021
e96d015
chore: add fieldNames
zombieJ Dec 3, 2021
ccb0f2c
chore: Link with popup
zombieJ Dec 6, 2021
0346b69
chore: connect with origin value
zombieJ Dec 6, 2021
2e2ea0b
chore: connect with option selecrt
zombieJ Dec 6, 2021
b6be85f
chore: search options
zombieJ Dec 6, 2021
b999604
test: Back of test
zombieJ Dec 6, 2021
47e1350
fix: optionLabelProp
zombieJ Dec 6, 2021
600f84a
fix: combobox
zombieJ Dec 7, 2021
d0051b3
fix: grp label
zombieJ Dec 7, 2021
ca85761
test: update snasphot
zombieJ Dec 7, 2021
4f86564
fix: not found logic
zombieJ Dec 7, 2021
dbb413d
fix: id match
zombieJ Dec 7, 2021
979b121
refactor: back of onSelect
zombieJ Dec 7, 2021
6b9de3d
fix: Select single awalys true
zombieJ Dec 7, 2021
e1de7b0
chore: warning for label - value not match
zombieJ Dec 7, 2021
adecdd1
chore: null show placeholder
zombieJ Dec 7, 2021
3ead171
fix: cache label
zombieJ Dec 7, 2021
c8a082b
test: basic test
zombieJ Dec 7, 2021
2089be6
fix: split change
zombieJ Dec 7, 2021
4869095
fix: tag related logic
zombieJ Dec 8, 2021
85d02d0
fix: option with tag order
zombieJ Dec 8, 2021
b8bc2c9
fix: all tags test
zombieJ Dec 8, 2021
cc6a5f7
fix: merged search value of combo box
zombieJ Dec 8, 2021
d658272
fix: fieldNames error
zombieJ Dec 8, 2021
de08abd
fix: filter group support
zombieJ Dec 8, 2021
232b675
fix: label missing
zombieJ Dec 8, 2021
9ea666f
fix: filter logic
zombieJ Dec 8, 2021
c29d441
test: Back of OptionList test
zombieJ Dec 8, 2021
25d613d
test: all OptionList tesrt
zombieJ Dec 8, 2021
76fb2bd
chore: clean up
zombieJ Dec 8, 2021
fbe8e50
chore: clean up files
zombieJ Dec 8, 2021
a1edc39
chore: clean up hooks
zombieJ Dec 8, 2021
16da3d3
chore: TS definition
zombieJ Dec 8, 2021
61f58a7
test: re-render test
zombieJ Dec 8, 2021
ad78909
fix: scroll to
zombieJ Dec 8, 2021
48d87b4
chore: coverage
zombieJ Dec 8, 2021
36948db
test: More coverage
zombieJ Dec 8, 2021
75e06cb
test: Add IE test
zombieJ Dec 8, 2021
71ca0cd
test: name back
zombieJ Dec 8, 2021
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"rc-motion": "^2.0.1",
"rc-overflow": "^1.0.0",
"rc-trigger": "^5.0.4",
"rc-util": "^5.9.8",
"rc-util": "^5.16.1",
"rc-virtual-list": "^3.2.0"
},
"devDependencies": {
Expand Down
Loading