-
Notifications
You must be signed in to change notification settings - Fork 13
feat: custom select #3930
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
feat: custom select #3930
Changes from 53 commits
Commits
Show all changes
81 commits
Select commit
Hold shift + click to select a range
878d36b
feat: add multi-select component
nmerget 4d96cd8
chore: update from main
nmerget 84ccaa0
feat: split multi-select with multiple sub-components
nmerget e31aa50
chore: update multi-select component
nmerget dbb5827
chore: update multi-select component
nmerget afe27ed
chore: update from main
nmerget 61c0dc6
feat: add onSelect handling
nmerget 57ea85d
chore: update from main
nmerget a809b89
fix: issues which break multi select
nmerget 245fed3
chore: update from main
nmerget a10ab9b
feat: add keyboard actions for escape and arrows down/up
nmerget 35fcbe4
feat: add clearSelectionButton for MultiSelect
nmerget 5a22df6
feat: add focus for search on click
nmerget ba0a2a5
feat: add right left keyboard actions
nmerget f70f837
Merge branch 'refs/heads/main' into feat-multi-select
nmerget fce72e0
feat: add placement top and bottom
nmerget c8c1f77
fix: issues with angular
nmerget c5ef144
feat: add multiple prop
nmerget c3b1bec
feat: add loading for super select
nmerget df8f620
fix: issue for screen reader
nmerget d9d0f43
Merge remote-tracking branch 'origin/main' into feat-multi-select
nmerget 2915c98
chore: update from main
nmerget 1225d37
fix: minor styling issues
nmerget 40ca4f5
chore: update multi-select-list-item group title styles
nmerget 3b3618e
feat: add mobile variant for multi-select
nmerget 5ef486d
fix: issue with mobile icons
nmerget fb6d650
chore: add some additional variants
nmerget a887db3
feat: add icon for multi-select
nmerget c6b054f
chore: update vue multi select
nmerget b33fe3d
fix: issue with multiselect validation for vue
nmerget 7a89853
fix: issues for stencil
nmerget 5b1b065
chore: update tests for multi-select
nmerget a23083e
fix: linting issues
nmerget a048890
fix: issues with building
nmerget 641bdfd
chore: update snapshots
nmerget 34362b2
chore: update snapshots
nmerget 25642be
chore: update snapshots
nmerget 962238c
fix: issues with accessibility-checker
nmerget 02ba058
fix: issues with comment
nmerget 84dac25
chore: update snapshots
nmerget 06466cb
chore: rename props for multi-select-list-item
nmerget ddaa042
refactor: rename to custom-select
nmerget 595e2ac
Merge branch 'main' into feat-multi-select
nmerget 0d4c3d8
fix: issue with wrong naming
nmerget 68eec86
Update Angular.md
mfranzke cffd96b
Update HTML.md
mfranzke 891bf63
chore: update snapshots
nmerget bbb7634
fix: issue with aria-hidden
nmerget b93bed5
fix: issue with stencil required
nmerget 16b8cce
fix: issue with stencil dropdown padding
nmerget 5bbe8c7
fix: issue with missing label
nmerget eb6ba75
chore: update _custom-elements.scss
nmerget f947a7b
fix: issues from design review
nmerget 26dbd1c
feat: add custom scrollbar to custom select list
nmerget 5abe75b
feat(custom-select): add min-width to custom-select
michaelmkraus 2ce6bd1
Merge remote-tracking branch 'origin/2.0.0-release' into feat-multi-s…
nmerget f98c464
chore: update from 2.0.0
nmerget c63f9c5
fix: issues with missing examples
nmerget 8324d9e
Merge remote-tracking branch 'origin/2.0.0-release' into feat-multi-s…
nmerget baa8f03
chore: start to fix issues for angular custom select
nmerget 77e7837
fix: some issues for custom-select
nmerget 184631c
fix: issue with stencil event for handle close
nmerget e7eda14
fix: issues with documentation
nmerget edeccd3
fix: issues with build process
nmerget e9987a9
Merge remote-tracking branch 'origin/2.0.0-release' into feat-multi-s…
nmerget d959e0c
chore: update from 2.0.0
nmerget 5723734
Merge remote-tracking branch 'origin/2.0.0-release' into feat-multi-s…
nmerget e3758e6
fix: issues for a11y
nmerget eff9d2b
fix: issues with event handling
nmerget aa26e14
fix: issues with custom-select inside forms
nmerget 02a67ab
Merge branch '2.0.0-release' into feat-multi-select
nmerget fb3e29b
fix: issues with tests
nmerget 5ad780c
chore: update snapshots
nmerget d32ab79
chore: disable tests for now
nmerget 998a3f5
fix: issue with snapshot tests
nmerget 296369e
fix: issue with snapshot tests
nmerget 6cf4c3a
chore: update snapshots
nmerget 9f5b0d8
fix: issues for aria snapshots
nmerget 1012c88
fix: issues from PR
nmerget 640ac23
fix: issues from PR
nmerget 9352e70
Merge remote-tracking branch 'origin/2.0.0-release' into feat-multi-s…
nmerget File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+56 Bytes
(100%)
...accordion-item/patternhub/accordion-item-properties-should-match-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
...ots__/custom-select/component/chromium/DBCustomSelect-should-have-same-aria-snapshot.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| - text: Test | ||
| - group | ||
| - status | ||
| - text: chevron_down" / " |
Binary file added
BIN
+2.48 KB
...s__/custom-select/component/chromium/DBCustomSelect-should-match-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
...hots__/custom-select/component/firefox/DBCustomSelect-should-have-same-aria-snapshot.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| - text: Test | ||
| - group | ||
| - status | ||
| - text: chevron_down" / " |
Binary file added
BIN
+3.46 KB
...ts__/custom-select/component/firefox/DBCustomSelect-should-match-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
.../custom-select/component/mobile-chrome/DBCustomSelect-should-have-same-aria-snapshot.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| - text: Test | ||
| - group | ||
| - status | ||
| - text: chevron_down" / " |
Binary file added
BIN
+2.48 KB
...ustom-select/component/mobile-chrome/DBCustomSelect-should-match-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+12.2 KB
...shots__/custom-select/patternhub/custom-select-docs-should-match-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+28.5 KB
...s__/custom-select/patternhub/custom-select-overview-should-match-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+34.3 KB
..._/custom-select/patternhub/custom-select-properties-should-match-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+263 KB
...stomSelect-should-match-screenshot-1/DBCustomSelect-should-match-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.