feat: Add disabled prop to FormFieldProps and all form field components with consistent data-disabled attribute on Field wrapper for label dimming#878
Conversation
…ts with consistent data-disabled attribute on Field wrapper for label dimming
Deploying baseplate-storybook with
|
| Latest commit: |
4dee52f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://394a14c8.baseplate-storybook.pages.dev |
| Branch Preview URL: | https://kingston-eng-1156-add-disabl.baseplate-storybook.pages.dev |
🦋 Changeset detectedLatest commit: 4dee52f The changes in this PR will be included in the next version bump. This PR includes changesets to release 24 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughThis change adds support for a Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary by CodeRabbit
disabledprop support across all form field components (input, select, checkbox, switch, textarea, date-picker, combobox, and more).data-disabledattribute to enable styling of disabled states.