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

Value attribute lost values for radio and hidden input when wizard close and reopen #71

@zhangxin511

Description

@zhangxin511

Before close, I have:

<input type="radio" name="DownLoad" id="DownLoad1" value="false" checked="">

Then close wizard by pressing the "X" on top right, and open it again by pressing button,it becomes:

<input type="radio" name="DownLoad" id="DownLoad1" value="" checked="">

for hidden, before:

<input type="hidden" name="RequestId" id="RequestId" value="666666">

after

<input type="hidden" name="RequestId" id="RequestId" value="">

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions