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
When using Datepicker in master/slave setup one currently cannot set the value of the master without having the slave opening the popup. This is a problem when setting the value programmatically.
The text was updated successfully, but these errors were encountered:
daniel-sc
added a commit
to daniel-sc/sbb-angular
that referenced
this issue
Jun 17, 2019
The datepicker slave automatically opens its toggle on multiple triggers.
For some circumstances this is annoying for the user. This change allows
to configure the slave via an input to prevent this behaviour.
closessbb-design-systems#36
Looking at 4.3 Datumsbereich of https://digital.sbb.ch/de/websites/components/datepicker the datepicker currently triggers under incorrect conditions. It should only trigger when the master date is selected via calendar or when a newer master date than the slave date is selected.
When using Datepicker in master/slave setup one currently cannot set the value of the master without having the slave opening the popup. This is a problem when setting the value programmatically.
The text was updated successfully, but these errors were encountered: