You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 25, 2021. It is now read-only.
If I select a date, the button for opening the area to select a ticket does not show anymore. It used to work, didn't change a thing. Did you change anything?
Here is my code:
<go-tickets options='{"date": {"enable_month_selector": "false"}}'> <go-tickets-breadcrumbs> <ng-template let-date="date" let-time="time"> {{date?.text}} <button [go-tickets-breadcrumbs-item]="date">Datum ändern</button> </ng-template> </go-tickets-breadcrumbs> <go-tickets-time> <ng-template let-item="item"> <button [go-tickets-time-item]="item">Tickets für diesen Tag auswählen</button> </ng-template> </go-tickets-time> <go-tickets-type></go-tickets-type> </go-tickets>
If I select a date, the button for opening the area to select a ticket does not show anymore. It used to work, didn't change a thing. Did you change anything?
Here is my code:
<go-tickets options='{"date": {"enable_month_selector": "false"}}'> <go-tickets-breadcrumbs> <ng-template let-date="date" let-time="time"> {{date?.text}} <button [go-tickets-breadcrumbs-item]="date">Datum ändern</button> </ng-template> </go-tickets-breadcrumbs> <go-tickets-time> <ng-template let-item="item"> <button [go-tickets-time-item]="item">Tickets für diesen Tag auswählen</button> </ng-template> </go-tickets-time> <go-tickets-type></go-tickets-type> </go-tickets>