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
As the Input/Textarea/Select/Picklist/Lookup/DateInput/Checkbox/CheckboxGroup are using FormElement internally, these components should accept the tooltip and tooltipIcon props added in #449 and pass them to its internal FormElement.
The RadioGroup is not using FormElement, but should accept them, too.
The text was updated successfully, but these errors were encountered:
As the
Input
/Textarea
/Select
/Picklist
/Lookup
/DateInput
/Checkbox
/CheckboxGroup
are usingFormElement
internally, these components should accept thetooltip
andtooltipIcon
props added in #449 and pass them to its internalFormElement
.The
RadioGroup
is not usingFormElement
, but should accept them, too.The text was updated successfully, but these errors were encountered: