giantmonkey / gomus-components-doc

https://giantmonkey.github.io/gomus-components-doc/
1 stars 0 forks source link

Docs: TicketsComponent #10

Open Markus-MfN opened 6 years ago

Markus-MfN commented 6 years ago

Related page: TicketsComponent

(1) After loading the page the date of today is selected in the calender. To get the breadcrumb for selecting tickets for today you have to first deselect the date and then select again. The breadcrumb should appear immediately after the first click.

(2) One should not be able to go to months in the past in the calender.

douglasward commented 6 years ago

(1) A fix is on it's way.

(2) Unfortunately this is not possible at the moment. You could however disable the month selector altogether: options='{"date": {"enable_month_selector": false}}'

Markus-MfN commented 6 years ago

(2) This has no effect: <go-tickets options='{"date": {"enable_month_selector": false}}'> ... </go-tickets>

douglasward commented 6 years ago

Please check again, I just tried your code snippet and I was no longer able to select the month changer button.

Markus-MfN commented 5 years ago

(1) Still open.

(2) Still has no effect. Here is my full code:

`

Anmelden Registrieren Mein Profil




{{date?.text}}
` Would be nice to know, why it's not working. But I think we will keep the month selectors and hope that going back in time by month will be no more possible some day in the future.