AdminBSBMaterialDesign icon indicating copy to clipboard operation
AdminBSBMaterialDesign copied to clipboard

Dropdown (SELECT) form not working on Form wizard

Open irwanagaos opened this issue 7 years ago • 1 comments

when i wrote code combo box selection on form wizard or tab, it cannot be selected when i select one of the list value, and always back to the first line option. select on form wizard

irwanagaos avatar Jan 25 '18 07:01 irwanagaos

@irwanagaos you need to make sure that you have the admin.js file right after the form-wizard.js file in your footer links. I was facing the same problem, solved in this way. Because in the admin.js the select element is being activated so we need to load that after the form-wizard.js file.

footer-links

BhagiaSheri avatar Feb 02 '21 06:02 BhagiaSheri