1
0
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:
Ryan Cramer
2021-10-08 15:54:58 -04:00
parent aa4fbd4dd9
commit 511a068b69
3 changed files with 13 additions and 6 deletions

View File

@@ -113,6 +113,8 @@ class WireInput extends Wire {
'DELETE' => 'DELETE',
'OPTIONS' => 'OPTIONS',
'PATCH' => 'PATCH',
'CONNECT' => 'CONNECT',
'TRACE' => 'TRACE',
);
/**