1
0
mirror of https://github.com/kepler155c/opus synced 2025-11-13 05:47:10 +00:00

upper/lowercase transformations for TextEntry

This commit is contained in:
kepler155c@gmail.com
2019-07-11 10:36:17 -06:00
parent e9559165a4
commit 43c86c263b
2 changed files with 13 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ local page = UI.Page {
filter = UI.TextEntry {
x = 10, y = 2, ex = -3,
limit = 32,
transform = 'lowercase',
},
grid = UI.ScrollingGrid {
y = 4,