Browse Source

Details

pull/2907/head
jlukic 9 years ago
parent
commit
326e1df31b
2 changed files with 3 additions and 3 deletions
  1. 2
      RELEASE-NOTES.md
  2. 4
      src/definitions/modules/search.js

2
RELEASE-NOTES.md

@ -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)**

4
src/definitions/modules/search.js

@ -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 : {

Loading…
Cancel
Save