Skip to content

Commit

Permalink
Details
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Aug 18, 2015
1 parent ade6ab5 commit 326e1df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
- **Modal** - Increased `close` specificity, modal will now only close on `> .close` #2736
- **Popup** - Fixes issue where variation would not be added to a pre-existing popup even if specified in javascript #26011
- **Transition** - Transition callbacks now all have the correct `this` set. #2758
- **Search** - Calling `show results` programmatically no longer fails when input is not focused #2842
- **Search** - Calling `.search('show results')` no longer fails when input is not focused #2842
- **Table/Label** - `ribbon labels` will now automatically position themselves when used inside a table #1930

**[Community Bug Fixes](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A2.1.0+is%3Aclosed)**
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/modules/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -1134,9 +1134,9 @@ $.fn.search.settings = {
price : 'price', // result price
results : 'results', // array of results (standard)
title : 'title', // result title
action : 'action', // "view more" object
action : 'action', // "view more" object name
actionText : 'text', // "view more" text
actionURL : 'url' // "view more" text
actionURL : 'url' // "view more" url
},

selector : {
Expand Down

0 comments on commit 326e1df

Please sign in to comment.