Skip to content

Commit

Permalink
truncate placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronpettit committed Feb 8, 2024
1 parent 81b0c59 commit de61147
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<button #inputElement class="form-select border-0 rounded-3" style="min-height: 2.25rem;"
[ngClass]="getInputClasses()" [disabled]="isDisabled"
(click)="openDropdown()">
<div class="text-muted">
<div class="text-muted" style="overflow: hidden; white-space: nowrap;">
{{ placeholderDisplay() }}
</div>
<!-- Input display current value -->
Expand Down

0 comments on commit de61147

Please sign in to comment.