This repository was archived by the owner on Jan 20, 2022. It is now read-only.
Fix behavior of value property on textarea
Previously setting value on textarea element would change a cursor position, which rendered it pretty useless for majority of cases. In this release value property on textarea get's same treatment as of input - cursor position will be kept as long as value in text-area matches value actually it currently holds.