mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-06 19:53:36 +00:00
feat(StatusInput): add force argument to validate to force validation
This commit is contained in:
parent
b3dfa02297
commit
a05a35939a
@ -249,9 +249,8 @@ Item {
|
|||||||
\qmlmethod
|
\qmlmethod
|
||||||
This function validates the text input's text.
|
This function validates the text input's text.
|
||||||
*/
|
*/
|
||||||
function validate() {
|
function validate(force) {
|
||||||
|
if (!force && !statusBaseInput.dirty && validationMode === StatusInput.ValidationMode.OnlyWhenDirty) {
|
||||||
if (!statusBaseInput.dirty && validationMode === StatusInput.ValidationMode.OnlyWhenDirty) {
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
statusBaseInput.valid = true
|
statusBaseInput.valid = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user