Skip to content
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(dropdown): disabled and readOnly modes #1784

Merged
merged 2 commits into from
Jan 3, 2024
Merged

Conversation

Powerplex
Copy link
Contributor

Closes #1686

Description, Motivation and Context

  • disabled mode
  • disabled mode (inherited from FormField wrapper)
  • readOnly mode
  • readOnly mod (inherited from FormField wrapper)
  • added stories

Types of changes

  • ✨ New feature (non-breaking change which adds functionality)
  • 🧾 Documentation
  • 💄 Styles

Copy link

codecov bot commented Jan 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2e7048b) 97.98% compared to head (2bbf561) 97.98%.
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1784   +/-   ##
=======================================
  Coverage   97.98%   97.98%           
=======================================
  Files         693      694    +1     
  Lines        4903     4908    +5     
  Branches     1785     1790    +5     
=======================================
+ Hits         4804     4809    +5     
  Misses         99       99           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Powerplex Powerplex force-pushed the dropdown-disabled-state branch from a95bdbc to 2bbf561 Compare January 3, 2024 14:14
@Powerplex Powerplex merged commit fbd1d04 into main Jan 3, 2024
10 of 11 checks passed
@Powerplex Powerplex deleted the dropdown-disabled-state branch January 3, 2024 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Components] - Dropdown - disabled and readOnly modes
2 participants