ferngully-aurelia-tools
Version:
Ferngully Tools for Aurelia
14 lines • 729 B
HTML
<template>
<!--<require from="./editable-inline-calendar.css"/>-->
<date-picker view-model.ref="datepicker_vm"
target.bind="value"
format.bind="format"
ref="calendar"
on-hide.bind="onDropdownHide.bind($this)"
on-keydown.bind="onKeydown.bind($this)"
class="editableInlineInput editableInlineInputCalendar">
<!-- Show the text in an appropriately different style while being edited.
Note that datepicker needs a focusable control here -->
<input type="text" class="btn editableInlineInputCalendarInput" id="inputElement" style="padding:0px" />
</date-picker>
</template>