fix(StatusPasswordStrengthIndicator): Added new `onValueChanged` condition
Added new `onValueChanged` condition if bar value is 0 --> Strength.None.
This commit is contained in:
parent
c6e4cf627c
commit
7301323ed7
|
@ -23,6 +23,8 @@ StatusProgressBar {
|
|||
Great // 5
|
||||
}
|
||||
|
||||
onValueChanged: if(value === 0) control.strength = StatusPasswordStrengthIndicator.Strength.None
|
||||
|
||||
// Behavior:
|
||||
states: [
|
||||
// Strength states definition:
|
||||
|
|
Loading…
Reference in New Issue