fix: multiline input

This commit is contained in:
Andras Bacsai
2024-03-18 12:28:53 +01:00
parent de8bb8a951
commit faa9a982a9
4 changed files with 14 additions and 8 deletions

View File

@@ -20,6 +20,7 @@ class Input extends Component
public bool $readonly = false,
public ?string $helper = null,
public bool $allowToPeak = true,
public bool $isMultiline = false,
public string $defaultClass = "input input-sm bg-coolgray-100 rounded text-white w-full disabled:bg-coolgray-200/50 disabled:border-none placeholder:text-coolgray-500 read-only:text-neutral-500 read-only:bg-coolgray-200/50"
) {
}