mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-16 01:27:01 +00:00
fix(StatusPasswordStrengthIndicator): Added new onValueChanged
condition
Added new `onValueChanged` condition if bar value is 0 --> Strength.None.
This commit is contained in:
parent
36a109421c
commit
ffb7289b9f
@ -23,6 +23,8 @@ StatusProgressBar {
|
|||||||
Great // 5
|
Great // 5
|
||||||
}
|
}
|
||||||
|
|
||||||
|
onValueChanged: if(value === 0) control.strength = StatusPasswordStrengthIndicator.Strength.None
|
||||||
|
|
||||||
// Behavior:
|
// Behavior:
|
||||||
states: [
|
states: [
|
||||||
// Strength states definition:
|
// Strength states definition:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user