Skip to content

Commit 52f3672

Browse files
committed
Add note to migrate
1 parent 75187f4 commit 52f3672

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/app/templates/public-pages/docs/migrate-8-0-to-9-0.gts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,18 @@ import { LinkTo } from '@ember/routing';
7777
a regular HTML attribute instead.
7878
</p>
7979
</li>
80+
<li>
81+
<p>
82+
If you are using the public API without the trigger modifier and change
83+
<code>@disabled</code>
84+
from
85+
<code>false</code>
86+
to
87+
<code>true</code>, please follow the guidance
88+
<a href="https://github.com/cibernox/ember-basic-dropdown/pull/1064">in
89+
this PR</a>
90+
</p>
91+
</li>
8092
<li>
8193
<p>
8294
If you are using

0 commit comments

Comments
 (0)