Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

remove potential bugs in demo.html #71 #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

remove potential bugs in demo.html #71 #72

wants to merge 1 commit into from

Conversation

zhangxin511
Copy link

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.

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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant