Skip to content
Snippets Groups Projects
Commit 35f260f5 authored by Bucknell, Mary S.'s avatar Bucknell, Mary S.
Browse files

Formatting nits

parent 514d8e66
No related branches found
No related tags found
1 merge request!378Reworked the USWDS date picker and restored original features for controlling the min/max dates in the date picker in the time span controls
......@@ -5,8 +5,8 @@
<span>Date range:</span>
<div>
<USWDSDatePicker
ref="startPicker"
id="start-date"
ref="startPicker"
name="startDate"
label="Start date"
:show-label="false"
......@@ -18,8 +18,8 @@
@changeDate="updateStartDate"
/>
<USWDSDatePicker
ref="endPicker"
id="end-date"
ref="endPicker"
label="End date"
:show-label="false"
name="endDate"
......
......@@ -51,7 +51,7 @@ import {ref, onMounted, onBeforeUnmount} from 'vue';
* @vue-prop {String} minDate - the initial USWDS data-min-date attribute, default is empty string
* @vue-prop {String} maxDate - the initial USWDS data-max-date attribute, default is empty string
* @vue-prop {String} rangeDate - the initial USWDS data-range-date attribute, default is empty string
* @vue-prop {String} defaultDate - the initial value of the date picker, , default is empty string
* @vue-prop {String} defaultDate - the initial value of the date picker, default is empty string
* @vue-event changeDate - is emitted along with the date string when the date is changed
* */
export default {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment