devotox / ember-paper-pikaday

MIT License
4 stars 4 forks source link

Inputless #12

Open cbiever opened 5 years ago

cbiever commented 5 years ago

Is it possible to use ember-paper-pikaday inputless? I have eg. following code:

{{#paper-button onClick=(action (mut showDatepicker))}}
    {{moment-format date 'DD-MM-YYYY'}}
{{/paper-button}}
{{#if showDatepicker}}
    {{pikaday-inputless value=date onSelection=(action 'setDate')}}`
{{/if}}

Many thanks in advance!

devotox commented 5 years ago

not with this component as it wouldn't make sense to be inputless and paper at the same time?