Scroll and wage fix - Employee

This commit is contained in:
2025-05-23 14:11:06 +02:00
parent e49622136c
commit 8ba6920a2b
3 changed files with 84 additions and 71 deletions

View File

@@ -292,6 +292,10 @@ GridLayout {
Layout.fillWidth: true
placeholderTextColor: "red"
validator: RegularExpressionValidator {
regularExpression: /([0-9]{1,3})/
}
onTextChanged: checkFields()
}
Label {