Pascal Precht
|
fca3386cec
|
feat(StatusInput): implement error message and charlimit APIs
Usage:
```qml
StatusInput {
label: "Fieldname"
charLimit: 30
errorMessage: "Some error occured"
input.valid: false
input.text: "Some invalid value"
input.valid: false
}
```
Closes #289, #290
|
2022-09-21 18:20:03 +02:00 |
Pascal Precht
|
e25fcf79f9
|
feat(Controls): introduce `StatusInput`
`StatusInput` is a wrapper around `StatusBaseInput` to provide additional
component composition for labels, error messages and alike
Closes #288
|
2022-09-21 18:20:03 +02:00 |
Pascal Precht
|
0ffee3f426
|
feat(StatusBaseInput): add visual validity state
Closes #287
|
2022-09-21 18:20:03 +02:00 |
Pascal Precht
|
e966641ed1
|
fix(StatusBaseInput): ensure clear button has the correct color
Also only render clear button when input has active focus.
Closes #286
|
2022-09-21 18:20:03 +02:00 |
Pascal Precht
|
9945454a5d
|
chore(sandbox): introduce StatusInputPage
|
2022-09-21 18:20:03 +02:00 |