You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the latest version of cleave and this is my stack trace:
Uncaught TypeError: Cannot read property 'length' of undefined
at Object.getNextCursorPosition (cleave.min.js:8)
at i.updateValueState (cleave.min.js:8)
at i.onInput (cleave.min.js:8)
at init (cleave.min.js:8)
at new i (cleave.min.js:8)
at 2001:368
at Array.forEach ()
at 2001:367
For the following:
on a simple table with < td class="dollar-amount" >
Disclaimer - I am not a Javascipt genius but this has thrown me for a loop - perhaps I'm doing something obviously wrong
I am using the latest version of cleave and this is my stack trace:
For the following:
on a simple table with < td class="dollar-amount" >
I have confirmed with debugger that the selector is returning an array of elements
Originally posted by @iofacture in #138 (comment)
The text was updated successfully, but these errors were encountered: