-
-
Save dglazkov/7d6acd4c205a58054a7c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- instance --> | |
<date-range-combo-box> | |
<input type="date" content-slot="start"> | |
<input type="date" content-slot="end"> | |
</date-range-combo-box> | |
<template element="date-combo-box"> | |
<content slot="date"></content> | |
</template> | |
<template element="date-range-combo-box"> | |
<date-combo-box> | |
<content slot="start" as="date"></content> | |
</date-combo-box> | |
<date-combo-box> | |
<content slot="end" as="date"></content> | |
</date-combo-box> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment