t
Some checks failed
deploy to production / deploy (push) Failing after 1m53s

This commit is contained in:
2023-06-16 16:05:25 +00:00
parent 0527f2f2e1
commit 39784aa919
4 changed files with 18 additions and 4 deletions

View File

@@ -138,6 +138,10 @@ containerProps:
Wenn man das Input element direkt bearbeiten möchte (Bspw. readonly oder ähnliches), so kann man diese hier als Objekt übergeben:
## hide
möchte man, dass ein bestimmtes Feld nicht im TibiAdmin sichtbar ist, so muss man die property hide auf true setzen.
```yaml
inputProps: { readonly: true, placeholder: { de: "Wert wird automatisch gesetzt", en: "Value is set automatically" } }
```