Grigory
Results
2
comments of
Grigory
I believe the problem is here: ``` // Position within the parent let offsetLeft = trRect.left let offsetTop = trRect.top ``` where trRect.left and trRect.top are taken with .getBoundingClientRect method,...
Same issue. If I change `item`'s initial value to `null`, as you propose, I can't reset input value (when it's just a string, and not an object).