diff options
author | isXander <xandersmith2008@gmail.com> | 2022-12-10 11:17:09 +0000 |
---|---|---|
committer | isXander <xandersmith2008@gmail.com> | 2022-12-10 11:17:09 +0000 |
commit | 2f5ddeb7f8e0832f2d1da4524d37b0301e477627 (patch) | |
tree | 6e3bcafa2a8144afe0022975359ff4b448bd16ce /changelogs | |
parent | 3e03edff9633de35068cbb0e11c111a70585a74d (diff) | |
download | YetAnotherConfigLib-2f5ddeb7f8e0832f2d1da4524d37b0301e477627.tar.gz YetAnotherConfigLib-2f5ddeb7f8e0832f2d1da4524d37b0301e477627.tar.bz2 YetAnotherConfigLib-2f5ddeb7f8e0832f2d1da4524d37b0301e477627.zip |
delete backspace
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/2.0.1.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/2.0.1.md b/changelogs/2.0.1.md new file mode 100644 index 0000000..ffc66af --- /dev/null +++ b/changelogs/2.0.1.md @@ -0,0 +1,3 @@ +- Allow `StringControllerElement` to have unlimited text length +- When pressing `Delete` in a text field whilst text is highlighted, + it will act like `Backspace` like it should. |