Fix some input field issue.
This commit is contained in:
@@ -189,4 +189,12 @@ Rectangle {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function insert(str) {
|
||||
inputField.insert(inputField.cursorPosition, str)
|
||||
}
|
||||
|
||||
function clear() {
|
||||
inputField.clear()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user