Skip to content
This repository was archived by the owner on Sep 13, 2021. It is now read-only.
This repository was archived by the owner on Sep 13, 2021. It is now read-only.

Inline Date picker default range selection input #154

@tshakeel18

Description

@tshakeel18

I am using inline date picker following ur demo page, i want to set the default range selection on load of component but unable to find the input for range selection in it, i can set single date but not a range, i know if we have input associated then by using ngModel or formControll i can set range but I don't have input associated to it.

<div class="inlineCalenderContainer"> 
    <sat-calender [rangeMode]="true" (dateRangesChange)="inlineRangeChange($event)" [selected]="selectedDate"> 
    </sat-calender>
</div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions