Releases: webscopeio/react-textarea-autocomplete
Releases · webscopeio/react-textarea-autocomplete
2.3.1
2.3.0
2.2.3
2.2.2
2.2.1
2.2.0
2.1.1
v2.1.0
2.0.0
Breaking Change
This commint change the default behavior of the RTA. From this very moment, the textarea will stay
on the place when it occurs for the first time. You can enforce the old behavior with a new prop
"movePopupAsYouType". This change has also affected the default styles a bit, so be aware of it.
I've also changed default setting for "caretPosition" to "next" value from old one "end".
Feature
- added new prop "movePopupAsYouType"; default caretPosition is "next" from now bff575a