Jack Lukic
971b7d0fcb
Update readme
9 years ago
Jack Lukic
0e9c3a211a
#2687 Revise Readme
9 years ago
jlukic
ea7f223c2d
Rlsnotes formatting
10 years ago
jlukic
357aa8eeb1
Formatting rlsnotess
10 years ago
jlukic
072e6bc595
Rlsnotes 2.0.5
10 years ago
jlukic
ff74fb8e8c
Build 2.0.5
10 years ago
jlukic
7d5ea33a0a
#2505 #2501 radio checkbox regression during fixes to #2610
10 years ago
jlukic
8f6bc3df80
#2676 Checkbox now correctly prevent default event on keyup not keydown
10 years ago
jlukic
e07369ae29
Fixes #2665 , message icon collapses
10 years ago
jlukic
fc6df94ea3
#2394 URL values will now encode while avoiding double encoding
10 years ago
jlukic
c82c668510
Rlsnotes
10 years ago
jlukic
e906663f5f
#2666 remove debug
10 years ago
jlukic
14dea43662
#2666 - remove label does not correctly use get.values() internally, causing a type error with multiple
10 years ago
jlukic
54918e9deb
#2573 , refactoring add option value. Adds remove option value when deselected. Consolidated checks into has conditions
10 years ago
Ferdinand Holzer
4813b68dff
fix build/watch for people importing tasks into their own gulpfile
See Semantic-Org/Semantic-UI#2653
10 years ago
jlukic
79738f8a6e
Add rlsnote date 2.0.4
10 years ago
jlukic
b22a40ee70
Release notes and build 2.0.4
10 years ago
jlukic
6212f3abbf
Merge branch 'next' of github.com:Semantic-Org/Semantic-UI
10 years ago
jlukic
dc6ef06fe7
#2624 rlsnotes
10 years ago
jlukic
2e035456a8
Fixes issue with search selection not removing default text when inside ui menu #2624
10 years ago
jlukic
386384f6e3
Rebuild dist
10 years ago
jlukic
c2062e8c86
#2599 rlsnotes
10 years ago
jlukic
b5b137408f
#2599 Finish attached logic
10 years ago
jlukic
62110fc51f
#2599 Fixes double borders in some attached cases, consolidates attached logic, adds attached examples
10 years ago
jlukic
5f701c1fbe
Adds additional segment variables, background variables should allow for images, fixes github segment margin
10 years ago
jlukic
1af9b61dfc
Rebuild dist
10 years ago
jlukic
36bab3ec96
Finishes #2610 and #2607 issues with checkbox focus styles
10 years ago
jlukic
95542cea87
#2583 rlsnotes
10 years ago
jlukic
cba22a865f
#2583 onHide/onShow should be last as well
10 years ago
jlukic
bb9bbad825
#2583 Fixes onComplete is not called at true 'end of animation'
10 years ago
jlukic
6a6c295c43
#2655 rlsnotes
10 years ago
jlukic
79ca738d05
#2655 Fixes vertical basic buttons not aligned correctly
10 years ago
jlukic
bfdcf5cf20
Fix #2657 action input inside form
10 years ago
jlukic
21139bde54
#2659 fix comments inside modal
10 years ago
jlukic
d74255fe57
#2644 remove unnecessary call to remove direction in destroy
10 years ago
jlukic
1e6e843919
#2610 and #2607 iterating on checkbox variable additions
10 years ago
jlukic
082a35065f
#2610 partial work on checkbox focus variables
10 years ago
jlukic
260e15dc6e
Fix basic step theme
10 years ago
jlukic
ce3a19085e
#2648 rlsnotes
10 years ago
jlukic
021da85e3c
#2648 - Fix issue when build/watch tasks are imported without sub-tasks defined
10 years ago
jlukic
d2c4547dc0
#2629 Fixes duck typing in form validation to check rules and id
10 years ago
jlukic
db968a4e05
#2649 additional style pruning, remove two unnecessary scope uses from less
10 years ago
jlukic
7e4428e194
#2649 rlsnotes
10 years ago
jlukic
ffb5739fb7
Fixes #2649 Mixed line endings in source files
10 years ago
jlukic
a5a7326c08
Re-order rules in form
10 years ago
jlukic
fe24d4bcd6
Fix margin on fields with only one field
10 years ago
Jack Lukic
41530f89a1
Update README.md
10 years ago
Jack Lukic
587b689b33
Update README.md
10 years ago
Jack Lukic
7f02bcc57e
Update README.md
10 years ago
anibalmf1
0119240944
Update search.js to allow custom display fields
This change allow the developter to choose the field to display in the results. So we don't have to change our json's object field names to the fixed ones (title, price and description).
usage:
$('div[name="searchDiv"]').search({
source: [{id:0, myfield: 'some text', extrafield: 'ST'}, {id:1, myfield: 'another text', extrafield: 'AT'}],
searchFields: [
myfield
],
displayField: extrafield
});
10 years ago