Skip to content

v1.0.0

Choose a tag to compare

@keyurparalkar keyurparalkar released this 07 Oct 10:58
· 7 commits to release since this release

Changelog

Bug Fixes

  • added paste event listener to the current focused input rather than document, to resolve pasting issues (c125243)
  • array update logic while pasting value from index other than 0 (d176ac1)
  • moved the pasting logic from useEffect to onPaste event (ee1bf89)
  • pass no. of inputs to the hook instead of an array (173de5e)
  • remove depricated usage of which keyboard property and replaced with key property (ed4d231)
  • remove event listner from the document instead of window object (24b56ea)
  • renamed currentFocusedIndex (8b628f2)
  • updated noOfInputs prop name to count (b1bb825)