Closed FluidSense closed 4 years ago
Props-table are no longer displayed, but should be fixed by upgrading to Storybook v6. https://github.com/storybookjs/storybook/issues/9575 https://github.com/storybookjs/storybook/issues/9922
:tada: This PR is included in version 0.19.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Checklist
yarn lint-check
.yarn chromatic
such that other people can review my UI changes at chromaticqa.com../src/index.ts
.About the pull request
Radio buttons' value were only retrievable through a
form
-submit. This change allows for radio buttons' value to be retrieved through anonChange
-function.It also allows for React-elements to be set as labels.
It also adds support for a default selected value. This is useful when displaying a form that the user has already submitted, but may still update.