bootstrap-application-wizard icon indicating copy to clipboard operation
bootstrap-application-wizard copied to clipboard

remove potential bugs in demo.html #71

Open zhangxin511 opened this issue 11 years ago • 0 comments

The line wizard.modal.find(':input').val('') will remove radio and hidden, because they are attribute of input. While the value of option of select element will survived.

Could we change the example in demo.html? I believe a lot of people like me know little about js will use the examples in demo.html directly or make changes on these examples while don't know what it exactly it is dong.

zhangxin511 avatar Feb 20 '14 22:02 zhangxin511