-
Notifications
You must be signed in to change notification settings - Fork 206
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
feat(combobox): add pending
state
#4462
Conversation
Lighthouse scores
What is this?Lighthouse scores comparing the documentation site built from the PR ("Branch") to that of the production documentation site ("Latest") and the build currently on Transfer Size
Request Count
|
@@ -402,6 +440,7 @@ export class Combobox extends Textfield { | |||
: ''}" | |||
?disabled=${this.disabled} | |||
?focused=${this.focused} | |||
?quiet=${this.quiet} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not really related to this PR but a very straight-forward fix for the quiet
state
Tachometer resultsChromecombobox permalinkbasic-test
light-dom-test permalink
Firefoxcombobox permalinkbasic-test
light-dom-test permalink
|
https://spectrum.adobe.com/page/combo-box/ needs to be updated with pending state. I will convey it to the design team. |
@TarunAdobe mmmm in my opinion no, but I can not find any design docs on this :( Let's not allow @Rajdeepc Agree with the |
I have already send out a note to design to confirm this but yes if it is disabled, pending state should not be visible. It is also not accessible complaint. Let me know if you have any other questions! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!! Thank you so much for your attention to detail. 🫰
Description
Adds
pending
property forsp-combobox
, enabling the pending state.Spectrum CSS
Related issue(s)
pending
state for Combobox #4382Motivation and context
A combo box can indicate that content is loading if system processes delay the display of the combo box content.
How has this been tested?
quiet
andpending
states are now availableopen
control does not open the suggestion listdisabled
control -> all looks goodinvalid
control -> progress circle takes precedence over the alert iconquiet
control -> all looks goodScreenshots (if appropriate)
Types of changes
Checklist
Best practices
This repository uses conventional commit syntax for each commit message; note that the GitHub UI does not use this by default so be cautious when accepting suggested changes. Avoid the "Update branch" button on the pull request and opt instead for rebasing your branch against
main
.