diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-12-26 15:23:53 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-12-26 15:23:53 +0800 |
| commit | 53210079a70a9cc2a3593ca6f190acf38611c884 (patch) | |
| tree | 6795fc5806d1a81f11a063da45e5be1fa23cbfbb | |
| parent | 308fa76828114be7e8a0f5e6b7a54ea8ecaea5f4 (diff) | |
Placeholder shows how name should be written
| -rw-r--r-- | main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ ApplicationWindow { font.pointSize: 18 } emailTextField { - placeholderText: "Shop name" + placeholderText: "shopname" validator: RegularExpressionValidator { regularExpression: /[a-zA-Z0-9]+/ } |