Skip to content
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

ionPopup renderFunction() has no .value #376

Open
jstoup111 opened this issue Feb 11, 2016 · 0 comments
Open

ionPopup renderFunction() has no .value #376

jstoup111 opened this issue Feb 11, 2016 · 0 comments

Comments

@jstoup111
Copy link

When I try to use the below template to display in an ionPopup, renderFunction() returns an HTMLTag object. Because of this the template does not display.

<template name="AddComment">
    <ul class="list add-comment">
      <div class="item item-header text-center">
        <img src="/images/open-green.svg"/>
        <img
            src="/images/caution-yellow.svg"/>
      </div>
      <div class="item item-text-wrap text-center">
        Answer this question
        <textarea style="height: 100px; width: 100%;">val</textarea>
    </div>
  </ul>
</template>

If I remove the textarea, then the ionPopup displays content and renderFunction() returns a Raw object. Any insight would be extremely helpful.

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

No branches or pull requests

1 participant