Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Conversation

Jefiozie
Copy link
Contributor

fix(resetSearchInput) change search box doesn't clear after selecting

Previously when the closeOnSelect was set to false the resetSearchInput was not executed after selecting a item even when resetSearchInput was set to true.

This fix will always execute the resetSearchInput when set to true even with the closeOnSelect set to false.

Fixes #1484

Jefiozie added 6 commits June 22, 2016 20:34
Previously when the closeOnSelect was set to false the resetSearchInput was not executed after selecting a item even when resetSearchInput was set to true.

This fix will always execute the resetSearchInput when set to true even with the closeOnSelect set to false.

Fixes angular-ui#1484

});


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove this extraneous empty line?

@user378230
Copy link
Contributor

Can you shorten the tests by using createUiSelect()? The indenting is a bit off too.

@Jefiozie
Copy link
Contributor Author

I think this is better?

@user378230
Copy link
Contributor

Much better, will review the code changes when I get a chance and merge, thanks! 😃

@Jefiozie
Copy link
Contributor Author

Let me know if I need to make a change.

@Jefiozie
Copy link
Contributor Author

Sorry @user378230 for all the commit stuff. New to git and didn't realize i was still pushing it here.

@user378230
Copy link
Contributor

@Jefiozie think something went wrong here, can you rebase? or redo this PR? Sorry I've been away so haven't had a chance to look at PRs recently.

@Jefiozie
Copy link
Contributor Author

I will rewrite it probably the best 😄

@Jefiozie Jefiozie closed this Jul 30, 2016
@user378230
Copy link
Contributor

I think also this will resolve #1384 ? 😃

@user378230
Copy link
Contributor

user378230 commented Jul 30, 2016

And #1083? (even though there is no plunkr)
And #777
Also could replace #1015 too I guess

@Jefiozie
Copy link
Contributor Author

Jefiozie commented Aug 1, 2016

@user378230 #1746 is the new PR for this issue. 😄

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.

Search box doesn't clear after selecting an option
2 participants