Skip to content
This repository was archived by the owner on Jan 20, 2022. It is now read-only.

Fix behavior of value property on textarea

Choose a tag to compare

@Gozala Gozala released this 18 Jan 07:00
· 36 commits to master since this release

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.