Skip to content

Conversation

@jzempel
Copy link
Member

@jzempel jzempel commented Feb 6, 2024

Description

Currently, a disabled Combobox is swapping the static value with the input value on click (focus). Note that keyboard focus is not available for disabled comboboxes.

Detail

Here is an example of the current bug where "cherry" is a custom renderValue that gets displaced by the empty input value on click focus.

Screen.Recording.2024-02-05.at.4.08.59.PM.mov

Checklist

  • 👌 design updates will be Garden Designer approved (add the designer as a reviewer)
  • 🌐 demo is up-to-date (npm start)
  • ⬅️ renders as expected with reversed (RTL) direction
  • 🤘 renders as expected with Bedrock CSS (?bedrock)
  • 💂‍♂️ includes new unit tests. Maintain existing coverage (always >= 96%)
  • ♿ tested for WCAG 2.1 AA accessibility compliance
  • 📝 tested in Chrome, Firefox, Safari, and Edge

@jzempel jzempel requested a review from a team as a code owner February 6, 2024 17:16
@coveralls
Copy link

Coverage Status

coverage: 96.235%. remained the same
when pulling c069ce8 on jzempel/fix-disabled-combobox
into 4bc0332 on main.

Copy link
Contributor

@geotrev geotrev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@jzempel jzempel merged commit 81b49db into main Feb 6, 2024
@jzempel jzempel deleted the jzempel/fix-disabled-combobox branch February 6, 2024 20:58
jzempel added a commit that referenced this pull request Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

5 participants