Giter Club home page Giter Club logo

Comments (4)

ultimatedelman avatar ultimatedelman commented on July 30, 2024

Please see the demo. If you can repro your issue, I will take a look and see if something needs fixed. Could it be a CSS issue in your code? If so, that's something I'll want to document.

Thanks for your issue post! I'll mark as closed until you respond with a reproducible bug.

from autogrow.

thejhnz avatar thejhnz commented on July 30, 2024

I'm getting this issue as well. I removed all my css on the element and still does not contract.

Works on chrome, but not firefox 26. Have tried disabling all ff addons and in private mode.

Using jQuery 2.0.2

from autogrow.

ayyash avatar ayyash commented on July 30, 2024

It occurs only when you evacuate field of value by code, the plugin catches on keyup and paste, but not on "change" events

from autogrow.

ayyash avatar ayyash commented on July 30, 2024

Maybe the solution is simply by removing the condition: if (!e || e.which == 8 || e.which == 46 || (e.ctrlKey && e.which == 88) so that it always shrinks.. then in our code we'd fire a keyup event after value changes

from autogrow.

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.