Skip to content

Commit

Permalink
Remove format in required date picker #1189
Browse files Browse the repository at this point in the history
  • Loading branch information
andriivarhanov committed Apr 20, 2023
1 parent edb53ea commit 8fe755c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ids-time-picker/demos/example.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<ids-layout-grid auto-fit="true" min-col-width="150px" padding-x="md">
<ids-layout-grid-cell>
<ids-time-picker label="Time Picker - default" id="e2e-timepicker-default" placeholder="Default"></ids-time-picker>
<ids-time-picker label="Time Picker - required" id="e2e-timepicker-required" validate="required time" format="h:mm a" placeholder="Start time" mask="true"></ids-time-picker>
<ids-time-picker label="Time Picker - required" id="e2e-timepicker-required" validate="required time" placeholder="Start time" mask="true"></ids-time-picker>
<ids-time-picker label="Time Picker - autoselect" id="e2e-timepicker-autoselect" autoselect mask="true"></ids-time-picker>
<ids-time-picker label="Time Picker - autoupdate" id="e2e-timepicker-autoupdate" autoupdate value="1:00 AM" mask="true"></ids-time-picker>
<ids-time-picker label="Time Picker - disabled" id="e2e-timepicker-disabled" disabled value="12:30 PM"></ids-time-picker>
Expand Down

0 comments on commit 8fe755c

Please sign in to comment.