Replies: 1 comment 2 replies
-
|
Hi @mwender Can you try v0.1.15, please? Esteban |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When submitting a
<select multple name="select_multiple_example[]"></select>with multiple values selected, running that value throughsanitize_text_value()inHXWP_Render::sanitize_params()returns an empty value.To get things working, I was able to write my own filter to handle arrays:
However, I'm wondering if
HXWP_Render::sanitize_params()should handle this natively since<select multiple>is pretty standard HTML?Beta Was this translation helpful? Give feedback.
All reactions