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

[RFR] Hide empty option in choice field #416

Merged
merged 1 commit into from
May 1, 2015
Merged

Conversation

fzaninotto
Copy link
Member

Before:
image

After:
image

I can't add the unselected option to the list of choices because Angular throws me an infinite digest loop error (since I have to manipulate the return from getChoices() and it's always a new string litteral).

Closes #382

jeromemacias added a commit that referenced this pull request May 1, 2015
[RFR] Hide empty option in choice field
@jeromemacias jeromemacias merged commit aa23b19 into master May 1, 2015
@jeromemacias jeromemacias deleted the empty_select branch May 1, 2015 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Field Choices - give extra blank option added using ng-repeat in select tag
2 participants