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

List autocomplete #745

Merged
merged 3 commits into from
Sep 21, 2016
Merged

List autocomplete #745

merged 3 commits into from
Sep 21, 2016

Conversation

jpic
Copy link
Member

@jpic jpic commented Sep 21, 2016

No description provided.

jpic and others added 3 commits September 21, 2016 20:56
This class makes it easy to autocommplete based on a list of strings.
Add two fields that can be used to avoid easy mistakes when using
Select2List with a ChoiceField since we do not support differences
between text and value choices.

Provide test coverage.

Fix existing formatting errors in docs tutorial sections "Autocompleting
based on a List of Strings" and update. Remove "Specifying Placeholder
Labels" as this is covered in "Passing options to select2".
@codecov-io
Copy link

codecov-io commented Sep 21, 2016

Current coverage is 97.65% (diff: 100%)

Merging #745 into master will increase coverage by 0.20%

@@             master       #745   diff @@
==========================================
  Files           115        124     +9   
  Lines          1804       1963   +159   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           1758       1917   +159   
  Misses           46         46          
  Partials          0          0          

Powered by Codecov. Last update ece00ff...2e6adc8

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.

None yet

4 participants