Skip to content

Fix hidden widget in several themes and SelectWidget in bootstrap-4 #3036

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

Merged

Conversation

heath-freenome
Copy link
Member

@heath-freenome heath-freenome commented Aug 23, 2022

Reasons for making this change

Fixes (#2571) and (#2616)

  • Updated the FieldTemplate in chakra-ui, material-ui, mui and semantic-ui to properly implement the hidden field
  • Updated SelectWidget in bootstrap-4 to fix missing htmlFor and the disabled state when readonly
  • Updated snapshots to verify fixes
  • Also removed the test:update script from core, utils and validator-ajv6 because they are useless since those three packages do NOT have snapshots

Checklist

  • I'm updating documentation
  • I'm adding or updating code
    • I've added and/or updated tests. I've run npm run test:update to update snapshots, if needed.
    • I've updated docs if needed
    • I've updated the changelog with a description of the PR
  • I'm adding a new feature
    • I've updated the playground with an example use of the feature

- Updated the `FieldTemplate` in `chakra-ui`, `material-ui`, `mui` and `semantic-ui` to properly implement the hidden field
- Updated `SelectWidget` in `bootstrap-4` to fix missing `htmlFor` and the `disabled` state when `readonly`
- Updated snapshots to verify fixes
- Also removed the `test:update` script from `core`, `utils` and `validator-ajv6` because they are useless
@heath-freenome heath-freenome force-pushed the miscellaneous-bug-fixes branch from 3b1acd6 to edf8d10 Compare August 23, 2022 15:49
@heath-freenome heath-freenome merged commit 93669b7 into rjsf-team:rjsf-v5 Aug 25, 2022
@heath-freenome heath-freenome deleted the miscellaneous-bug-fixes branch August 25, 2022 16:27
heath-freenome added a commit to heath-freenome/react-jsonschema-form that referenced this pull request Aug 27, 2022
…jsf-team#3036)

* Fix hidden widget in several themes and SelectWidget in bootstrap-4
- Updated the `FieldTemplate` in `chakra-ui`, `material-ui`, `mui` and `semantic-ui` to properly implement the hidden field
- Updated `SelectWidget` in `bootstrap-4` to fix missing `htmlFor` and the `disabled` state when `readonly`
- Updated snapshots to verify fixes
- Also removed the `test:update` script from `core`, `utils` and `validator-ajv6` because they are useless

* - Responded to reviewer feedback
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.

4 participants