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
Many form components such as picker or text_field accept contextual_help as prop which takes a ui.contextual_help as it's child. I think we should also just accept a simple string and auto wrap it, similar to how we auto wrap stuff with ui.text.
That way I can easily pass a basic string.
The text was updated successfully, but these errors were encountered:
vbabich
changed the title
context_help prop on all components should accept string | contextual_help
contextual_help prop on all components should accept string | contextual_helpAug 14, 2024
- Adds #733
- If the `contextualHelp` prop is a primitive, wrap it in
`ContextualHelp` and `Content`
---------
Co-authored-by: Vlad Babich <[email protected]>
Many form components such as picker or text_field accept contextual_help as prop which takes a ui.contextual_help as it's child. I think we should also just accept a simple string and auto wrap it, similar to how we auto wrap stuff with ui.text.
That way I can easily pass a basic string.
The text was updated successfully, but these errors were encountered: