Skip to content

Commit

Permalink
Merge pull request #157 from ember-learn/fix-render-in-place-true-ver…
Browse files Browse the repository at this point in the history
…sions

fix: add renderInPlace=true to EmberPowerSelect invocation in versions.hbs
  • Loading branch information
jaredgalanis authored Jul 3, 2023
2 parents 597c309 + b10ae98 commit 6d204d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/templates/version.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
@options={{this.versions}}
@onChange={{action "selectVersion"}}
@selected={{@model.version}}
@renderInPlace={{true}}
as |version|>
{{shorten-version version}} {{#if (includes version this.application.model.ltsVersions)}}(LTS){{/if}}
</PowerSelect>
Expand Down

0 comments on commit 6d204d5

Please sign in to comment.