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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user