Merge pull request #2006 from grahamhealy20/add-mono-font-to-textarea

Text areas use monospaced fonts with spellcheck disabled by default
This commit is contained in:
Andras Bacsai
2024-04-26 15:16:59 +02:00
committed by GitHub
3 changed files with 4 additions and 3 deletions

View File

@@ -23,10 +23,11 @@ class Textarea extends Component
public bool $disabled = false,
public bool $readonly = false,
public bool $allowTab = false,
public bool $spellcheck = false,
public ?string $helper = null,
public bool $realtimeValidation = false,
public bool $allowToPeak = true,
public string $defaultClass = "input scrollbar",
public string $defaultClass = "input scrollbar font-mono",
public string $defaultClassInput = "input"
) {
//