This commit is contained in:
2023-05-30 15:41:54 +00:00
parent 8839bd1111
commit 2231ae0c77
4 changed files with 24 additions and 20 deletions

View File

@@ -134,3 +134,11 @@ containerProps:
small: "col-12"
large: "col-4"
```
## inputProps
Wenn man das Input element direkt bearbeiten möchte (Bspw. readonly oder ähnliches), so kann man diese hier als Objekt übergeben:
```yaml
inputProps: { readonly: true, placeholder: { de: "Wert wird automatisch gesetzt", en: "Value is set automatically" } }
```