Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DateTimePicker showSeconds, showMinutes and showHour properties don't work #702

Closed
neunteufelflorian opened this issue Aug 16, 2023 · 1 comment
Labels
type: bug Something isn't working

Comments

@neunteufelflorian
Copy link

What happened?

Setting either of the above named properties to false does not hide them from the UI? 🤔

Also the inputs are readonly/disabled by default

What type of frontend frameware are you seeing the problem on?

Angular

Which version of iX do you use?

v.1.4.0

Code to produce this issue.

<ix-datetime-picker
      *ngIf="showDateTimePicker"
      [range]="false"
      [dateFormat]="'dd.MM.yyyy'"
      [timeFormat]="'HH:mm'"
      [from]="fromDate"
      [maxDate]="maxDate"
      [minDate]="minDate"
      (done)="finishDateSelection()"
      (dateChange)="setDate($event)"
      (timeChange)="setTime($event)"
    ></ix-datetime-picker>
@neunteufelflorian neunteufelflorian added the triage We discuss this topic in our internal weekly label Aug 16, 2023
@danielleroux danielleroux added type: bug Something isn't working and removed triage We discuss this topic in our internal weekly labels Oct 18, 2023
@matthiashader
Copy link
Collaborator

Fixed with #990

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants