Giter Site home page Giter Site logo

Comments (8)

luckylooke avatar luckylooke commented on May 30, 2024

So I have cloned repo, downloaded half of the internet with 'npm i' :D and tested demo locally and this is what I have found so far:

  • missing feature of pasting whole code at once (you can use onPaste)
    • ideally with selected any of inputs
  • I am not able to edit input, when I lose selection in input. So it would be better to be able to edit input without the selection, because there are plenty of options how to lose that selection, like clicking twice into input for example or going to side with cursor keys.
  • on android device when I am removing last input character I have to tap "delete key" twice to remove it... then every other is OK
  • on iphone every character the keyboard type changes from numeric to letters (can be fixed by setting inputs to type=number, but then maxLength is ignored what needs to be handled, for example by onKeyPress="if(this.value.length===1) return false;"
  • on IE11/Win10 demo does not work at all as it fails on Object doesn't support property or method 'fill' can be fixed by polyfilling or rewrite to older js

Nice work! 👏

Thank you for sharing 🙂

from single-character-input-boxes.

dannyradden avatar dannyradden commented on May 30, 2024

Thanks for the feedback! Being able to paste is a really obvious feature that I missed. I will update the repo with some fixes when I get a chance.

from single-character-input-boxes.

dannyradden avatar dannyradden commented on May 30, 2024

Demo has been added 🎉🎉 🎉

from single-character-input-boxes.

luckylooke avatar luckylooke commented on May 30, 2024

great 👏
I have tried to paste whole code but it catches only first character into first box, others are ignored :/

from single-character-input-boxes.

dannyradden avatar dannyradden commented on May 30, 2024

Aw yes, implementing the paste functionality is next on my list. Ill try to get to it this weekend.

from single-character-input-boxes.

luckylooke avatar luckylooke commented on May 30, 2024

You don't need to hurry, I am not using your lib, I was looking for inspiration when I was solving same kind of inputs in our Vue project. Only thing my implementation is missing right now is autofill two-factor code by 1password. So don't forget to put "password mnagers" item into your list 😉

from single-character-input-boxes.

dannyradden avatar dannyradden commented on May 30, 2024

Im not sure how 1password 2fa works, does it automatically fill in the code right when the page loads?

from single-character-input-boxes.

luckylooke avatar luckylooke commented on May 30, 2024

1password have problem with splitted inputs, therefore it does not work automatically... but I want to try hidden input for password managers.. but didnt tried yet, as it has low priority I dont know when I try it. What I know so far, there is no easy way how to detect password managers by js.

from single-character-input-boxes.

Related Issues (14)

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.