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

Provide a visual indicator when fields are disabled #892

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

jagthedrummer
Copy link
Contributor

This makes it so that most fields will display differently if they are disabled.

Mostly fixes: #573

For comparison I added options: {disabled: true} to all the inputs on the TangibleThing form.

Before:

CleanShot 2024-07-16 at 14 52 20

After:

CleanShot 2024-07-16 at 14 51 50

We still need to address the following field types:

  • color_picker
  • options with multiple: true (aka checkboxes)
  • super_select
  • address
  • trix_editor

This makes it so that most fields will display differently if they are
disabled.

Mostly fixes: #573
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.

Disabled field partials should indicate that they're disabled
1 participant