Made feedback not sendable without title & description

This commit is contained in:
Stefan Zermatten
2015-05-27 09:18:34 +02:00
parent 87d722adaf
commit 1323d8006c
3 changed files with 29 additions and 3 deletions

View File

@@ -25,6 +25,13 @@
</paper-autogrow-textarea>
</paper-input-decorator>
</div>
<paper-button id="cancelButton" affirmative>Cancel</paper-button>
<paper-button id="sendButton" affirmative>Send </paper-button>
<paper-button id="cancelButton"
affirmative>
Cancel
</paper-button>
<paper-button id="sendButton"
affirmative
disabled={{invalid}}>
Send
</paper-button>
</template>