浏览代码

Auto position cursor at end of data on focus fix #965

Robin Herbots 10 年之前
父节点
当前提交
956b405654
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      CHANGELOG.md

+ 2 - 0
CHANGELOG.md

@@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
 ## [Unreleased]
 ## [Unreleased]
 
 
 ### Added
 ### Added
+- positionCaretOnTab option
 - inputmask.unmask
 - inputmask.unmask
 - numeric alias - increment/decrement by ctrl-up/ctrl-down
 - numeric alias - increment/decrement by ctrl-up/ctrl-down
 - numeric alias - round values
 - numeric alias - round values
@@ -21,6 +22,7 @@ All notable changes to this project will be documented in this file.
 - Update placeholder handling
 - Update placeholder handling
 
 
 ### Fixed
 ### Fixed
+- Auto position cursor at end of data on focus #965
 - Decimal separator conversion #919
 - Decimal separator conversion #919
 - Entering a period on a blank 'numeric' alias input not allowed #888
 - Entering a period on a blank 'numeric' alias input not allowed #888
 - Typing 1000 becomes 1.00 using groupSeparator="." #959
 - Typing 1000 becomes 1.00 using groupSeparator="." #959