InputText: added experimental io.ConfigInputTextEnterKeepActive feature to make pressing Enter keep the input active and select all text.

This commit is contained in:
ocornut
2022-06-30 15:47:54 +02:00
parent 0afc6cd310
commit 609b935a8c
4 changed files with 16 additions and 2 deletions

View File

@ -35,6 +35,13 @@ HOW TO UPDATE?
VERSION 1.89 WIP (In Progress)
-----------------------------------------------------------------------
Breaking changes:
Other Changes:
- InputText: added experimental io.ConfigInputTextEnterKeepActive feature to make pressing
Enter keep the input active and select all text.
-----------------------------------------------------------------------
VERSION 1.88 (Released 2022-06-21)