Coder Social home page Coder Social logo

Comments (6)

nathanjohnson320 avatar nathanjohnson320 commented on August 28, 2024

I'm pretty sure you're right, the loading property isn't used anywhere it's just declared.

from iron-ajax.

rubenstolk avatar rubenstolk commented on August 28, 2024

Definitely not implemented! Seems like someone forgot while rewriting core-ajax --> iron-ajax

from iron-ajax.

cdata avatar cdata commented on August 28, 2024

Yes, this is a bug. Thanks for reporting!

from iron-ajax.

cdata avatar cdata commented on August 28, 2024

This issue has been resolved as of https://github.com/PolymerElements/iron-ajax/releases/tag/v1.0.1. Please update and let me know if the issue is not resolved for you!

from iron-ajax.

jshcrowthe avatar jshcrowthe commented on August 28, 2024

Updated and tested in my application. Looks good to me, thanks @cdata!

from iron-ajax.

duongphuhiep avatar duongphuhiep commented on August 28, 2024
<iron-ajax
        id="loader"
        auto
        method="POST",
        url="/backend/admin.php"
        body=[[ajaxBody]]
        handle-as="json"
        last-response="{{itemCollection}}"
        loading="{{isloading}}"
        on-loading-changed="_onLoadingChanged"
        debounce-duration="100"></iron-ajax>

It is closed but it did not work for me. Regardless many request has been sent (due to changes of the ajaxBody)

  • my isloading is always true
  • my _onLoadingChanged fires only once

What happen?

(I only need to display the progress-bar base on the iron-ajax.loading properties)

<template is="dom-if" if="{{isloading}}">
  <paper-progress id="progressBar" indeterminate></paper-progress>
</template>

The work-around is to plug to on-request and on-response events in order to compute the isloading and it is not nice!

from iron-ajax.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.