davicotico / jQuery-Menu-Editor

Multilevel Menu Editor for Bootstrap 4.x (Html & Javascript code)
https://davidticona.com/demos/jQuery-Menu-Editor/
MIT License
191 stars 86 forks source link

Radio button groups do not work #30

Open glutamate opened 2 years ago

glutamate commented 2 years ago

If you have a radio button group in the form, the value does not get copied over to the form when pressing edit.

From looking at the source code, I suspect there may also be a problem if you use a checkbox. This is probably a more serious problem, because checkboxes are more popular than radio groups