Skip to content

new field type: Pikaday #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 21, 2016

Conversation

lionel-bijaoui
Copy link
Member

Same as #38, it is not yet fully functional. You can change the option and it will appear but I can't link it to the model and/or value.
#31

@@ -0,0 +1,103 @@
<template lang="jade">
input.form-control(type="text")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add the general attributes too:

input(...,  :readonly="schema.readonly", :disabled="disabled", :placeholder="schema.placeholder")

@icebob
Copy link
Member

icebob commented Aug 12, 2016

The solution what I wrote to cleave, it is working too here.

    input.form-control(type="text", v-model="value")

@icebob icebob merged commit 4b5fc14 into vue-generators:independent Aug 21, 2016
@icebob
Copy link
Member

icebob commented Aug 21, 2016

Merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants