You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the result: No options description is being rendered
<InspectorControls><PanelBodytitle="TEST"initialOpen={true}><RadioControlhelp="This is a general help section"label="Post visibility"onChange={functionnoRefCheck(){}}options={[{description: 'This is a public post',label: 'Public',value: 'public'},{label: 'Private',value: 'private'},{label: 'Password Protected',value: 'password'}]}selected="public"/></PanelBody></InspectorControls>
Screenshots, screen recording, code snippet
Environment info
WordPress 6.6.2
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
The text was updated successfully, but these errors were encountered:
Description
Based on Storybook we can add a
description
for each RadioControl option: https://wordpress.github.io/gutenberg/?path=/docs/components-radiocontrol--docsHowever these will never be rendered
Step-by-step reproduction instructions
RadioControl
from@wordpress/components
Screenshots, screen recording, code snippet
Environment info
Please confirm that you have searched existing issues in the repo.
Please confirm that you have tested with all plugins deactivated except Gutenberg.
The text was updated successfully, but these errors were encountered: