Merge pull request #1971 from w3cj/allow-tab-in-textarea

feat: allow tab in textarea
This commit is contained in:
Andras Bacsai
2024-04-12 14:14:57 +02:00
committed by GitHub
4 changed files with 19 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ class Textarea extends Component
public bool $required = false,
public bool $disabled = false,
public bool $readonly = false,
public bool $allowTab = false,
public ?string $helper = null,
public bool $realtimeValidation = false,
public bool $allowToPeak = true,