You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same issue here. Reset does not restore the original appearance.
Within my iron-form, I have several elements which are basically composed of paper-dropdown-menu, paper-listbox with templated paper-items. After selecting specific paper-items from the dropdown, the selected item populates the placeholder region of the input, as expected.
After submitting the form contents and executing reset(), none of the dropdown menu selected items which are displayed in the placeholder input region get erased, but rather they remain displayed.
Description
reset breaks paper-radio buttons and paper-dropdown-menu
Expected outcome
Default selected values show as it does when form first loaded
Actual outcome
No default values are selected or show. Big issue in user experience when these selections should always have a value.
Browsers Affected
After a reset, the default selections will no longer show as they did when a form first loads.
I believe this issue may have to do with https://github.com/PolymerElements/iron-form/blob/master/iron-form.html#L453. The radio and dropdown selection elements are included in the loop and get a hosed with
el.value = value;
.On a side note, great code base for iron-form.... very easy to read, clean, and easy to follow.
UPDATE: This issue also existed all the way back to 1.0.15. I stopped trying after this version.
The text was updated successfully, but these errors were encountered: