Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Dropdown] - Placeholder text is lost after dropdown refresh #3680

Closed
wants to merge 1 commit into from

Conversation

kevspadillo
Copy link

Remove the line that removes the placeholder text fixes the bug.

@jlukic
Copy link
Member

jlukic commented Feb 15, 2016

Can you provide a test case that shows what bug this fixes?

My understanding is placeholder text should be reset during init

 // dropdown line 93

 // remove placeholder
 module.refreshData();
 // set placeholder to correct value
 module.save.defaults();

@jlukic jlukic added this to the 2.2.x milestone Feb 15, 2016
@mdehoog
Copy link
Contributor

mdehoog commented Feb 19, 2016

Also see #3622, there is a test case there. Would it be possible to explain the reason for resetting the data values (text/value/placeholder) associated with the dropdown elements?

@stale
Copy link

stale bot commented Feb 23, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Feb 23, 2018
@stale stale bot closed this Mar 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants