diff --git a/docs/app/templates/public-pages/docs/api-reference.gts b/docs/app/templates/public-pages/docs/api-reference.gts index 8879872e..a6a64391 100644 --- a/docs/app/templates/public-pages/docs/api-reference.gts +++ b/docs/app/templates/public-pages/docs/api-reference.gts @@ -122,6 +122,11 @@ import { LinkTo } from '@ember/routing';
String'div') The tag of the trigger componentString'div') The tag of the trigger component'div') The tag of the trigger component (Note: If you are
+ using the yielded trigger component, please use
+ @triggerHtmlTag)
- Passing
- @dropdownId
- wasn't working correctly without using custom modifiers and was
- undocumented. Remove this parameter and use the
- uniqueId
- property from the public API instead.
+ If you are using
+ @htmlTag
+ on the yielded trigger component (for example,
+ <dd.Trigger @htmlTag="span">) replace it with
+ <BasicDropdown @triggerHtmlTag="span">
+ This change is required to fix Glint v2 typing issues.
- (Deprecation added in 8.8)
+ (Deprecation added in 8.10)
+ Passing
+ @dropdownId
+ wasn't working correctly without using custom modifiers and was
+ undocumented. Remove this parameter and use the
+ uniqueId
+ property from the public API instead.
+
+ (Deprecation added in 8.8)
+