mirror of
https://github.com/processwire/processwire.git
synced 2025-08-11 09:14:58 +02:00
Add support for the initValue property to InputfieldTextarea. Previously it was present as an option but didn't work.
This commit is contained in:
@@ -113,6 +113,8 @@ class WireInput extends Wire {
|
||||
'DELETE' => 'DELETE',
|
||||
'OPTIONS' => 'OPTIONS',
|
||||
'PATCH' => 'PATCH',
|
||||
'CONNECT' => 'CONNECT',
|
||||
'TRACE' => 'TRACE',
|
||||
);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user