Skip to content

Commit a77be9b

Browse files
authored
refactor: Move Select logic out of BaseSelect (#685)
* init: BaseSelect * chore: Trigger part props * chore: Trigger all func * chore: continue update * chore: use mergedShowSearch * chore: path context * chore: path context & clearIcon * chore: select base * chore: Init Select * chore: clean up * chore: basic link with props * pass onToggleOpen * chore: link icons * chore: add fieldNames * chore: Link with popup * chore: connect with origin value * chore: connect with option selecrt * chore: search options * test: Back of test * fix: optionLabelProp * fix: combobox * fix: grp label * test: update snasphot * fix: not found logic * fix: id match * refactor: back of onSelect * fix: Select single awalys true * chore: warning for label - value not match * chore: null show placeholder * fix: cache label * test: basic test * fix: split change * fix: tag related logic * fix: option with tag order * fix: all tags test * fix: merged search value of combo box * fix: fieldNames error * fix: filter group support * fix: label missing * fix: filter logic * test: Back of OptionList test * test: all OptionList tesrt * chore: clean up * chore: clean up files * chore: clean up hooks * chore: TS definition * test: re-render test * fix: scroll to * chore: coverage * test: More coverage * test: Add IE test * test: name back
1 parent 1dab511 commit a77be9b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2020
-2011
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"rc-motion": "^2.0.1",
5050
"rc-overflow": "^1.0.0",
5151
"rc-trigger": "^5.0.4",
52-
"rc-util": "^5.9.8",
52+
"rc-util": "^5.16.1",
5353
"rc-virtual-list": "^3.2.0"
5454
},
5555
"devDependencies": {

0 commit comments

Comments
 (0)