Skip to content

Door check titles are longer than displayable #74

@miketheman

Description

@miketheman

I'm submitting a ... (check one with "x")

Current behavior:
When trying to pick an event for the Door Check, if the titles and time frames are too similar, it's not possible to see which even is which.

Example: Wed May 15 1:30 PM - Introduction ... - there are two such entries today.

Expected behavior:
Trim some of the information displayed in the title to make more characters visible

Related code:

<ion-select [(ngModel)]="product" interface="popover" [interfaceOptions]="{'cssClass': 'mycomponent-wider-popover'}" aria-label="products" label="Product" placeholder="Product">
<div *ngFor="let product of display_products">
<ion-select-option [value]="product.id">{{product.name}}</ion-select-option>
</div>
</ion-select>

getProductName(productId: number) {
return this.redeemable_products.find(x => x.id === productId)?.name
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions