Select Value Not Submitting #5580
-
Actually I'm converting default woocommerce sorting select to M3 Web Select. Here is code,
this code render select perfectly but after selecting it's not submiting it's value. Here is woocommerce default sorting select which is working fine
is m3 select working is same as native or it's custom html component, if it's custom comp then how can it submit it's value and refresh the page with it's value. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I just add attribute onchange="this.form.submit()" in |
Beta Was this translation helpful? Give feedback.
I just add attribute onchange="this.form.submit()" in
<md-outlined-select onchange="this.form.submit()" >
and add<input type="hidden" value="wtf" />
before closing</md-outlined-select>
. This solved my issue maybe it will help you to fix yours.Use your own value don't put wtf