Closed ocram closed 7 years ago
Implemented in https://github.com/delight-im/PHP-Foundation-Core/commit/d0a0fad1a48648e9da32df872bf4be7a757f5cc4
This handles simple names such as my-input
and array-style names like my-input[]
in two separate cases.
We have to modify the second function so that it processes arrays like
from HTML inputs like
correctly as well.
CC @rgvy