diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-09 15:14:04 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-09 15:14:04 +0800 |
commit | 939118c37dec9ee68cfa86a728520083b2564e58 (patch) | |
tree | 0405b436137653fab47227f10b5810a8eb2eb320 | |
parent | 3bf357b62eff1c1b411d9a89852ab24d9bff8414 (diff) |
Shorten placeholder
-rw-r--r-- | main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ ApplicationWindow { font.pointSize: 18 } emailTextField { - placeholderText: "Coba: Hardware, Ladders, Measuring Tools, Safety Equipment, Hand Tools, Painting Supplies, atau Tool Storage" + placeholderText: "Contoh: Tokomata" validator: RegularExpressionValidator { regularExpression: /[a-zA-Z0-9]+/ } |