Git Product home page Git Product logo

Comments (5)

sepehr avatar sepehr commented on August 25, 2024

I second this. In my case the input does not work even if the template is set. (Chrome 21.x)

from bootstrap-timepicker.

ejain avatar ejain commented on August 25, 2024

Ran into this problem as well: Can't edit values with {template: false} in Chrome 21.x. Works with Firefox 15.x.

from bootstrap-timepicker.

alindsay55661 avatar alindsay55661 commented on August 25, 2024

This is also a problem for me with Chrome 22 on Mac. It will not allow typing even if template is specified.

from bootstrap-timepicker.

henne001 avatar henne001 commented on August 25, 2024

Indeed... same here. No manual input possible in Chrome 22.0.1229.94, with or without specifying templates.

I do notice that it does allow some inputs. The '.' on numeric pad works, and with '&', ''', '(' you can increase and decrease the values.

Did this work in previous versions of Chrome? Haven't tested yet.

from bootstrap-timepicker.

010Minds avatar 010Minds commented on August 25, 2024

Hi!

In elementKeypress function, the e.KeyCode return 0 in FF and in Chrome return the correct keyCode. I don't know why this, but i comment the line (near 297) after if if (e.keyCode !== 0 && e.keyCode !== 8 && e.keyCode !== 9 && e.keyCode !== 46) and works fine to me. I know that isnt the best way.

If someone can verify more, maybe it can help.

Regards

from bootstrap-timepicker.

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.