jlukic
66c89add39
Clean up logic in onComplete for cogency #2713
9 years ago
jlukic
44bf836651
Related #2713 add XHR to all callbacks
9 years ago
jlukic
56392443ff
Build #2713
9 years ago
jlukic
039b5490ac
#2713 Possible fix for complete returning XHR and not response
9 years ago
jlukic
c9d0625d49
Fixes #2715 Fixes touchstart event, removes delay from touchstart, fixes possibility of onShow occuring twice when touch events used. Fixes onHide not calling
9 years ago
jlukic
25b5e716de
Fixes JSONP conditions and rebuilds next #2713
9 years ago
jlukic
03e4965571
Adds JSON decode to onFailure #2713
9 years ago
Lauri Elevant
da0dab7524
Sticky position fix for fluid menus
For fluid menus, the sticky needs to update the position with !important, since it needs to override:
.ui.menu.fluid,.ui.vertical.menu.fluid{
width:100%!important
}
9 years ago
jlukic
8f39d19ce0
Fix italicized checkbox check
9 years ago
jlukic
077fdf3e5c
Fixes #2700 circular labeled icon button
9 years ago
jlukic
37ad56b62c
Fix issue where dropdown inside label wont open
9 years ago
jlukic
f9c3a632cf
Dropdown 'is disabled' did not return a value #2699
9 years ago
jlukic
208c9d6c59
#2681 return length to functioning as minLength, add exact length
9 years ago
jlukic
551e304042
Fixes #2691 image removes padding on some other ui
9 years ago
jlukic
3b952c34d2
Allow text labeled dropdowns to continue to search after max selections
9 years ago
jlukic
4c1d7d0456
Fix isssues when using messages instead of labels, with max selection and display count
9 years ago
jlukic
46b5d53cc5
#2689 #2690 Fixes issues with restore defaults. Fixes issues with confusion over set selected
9 years ago
jlukic
7d5ea33a0a
#2505 #2501 radio checkbox regression during fixes to #2610
9 years ago
jlukic
8f6bc3df80
#2676 Checkbox now correctly prevent default event on keyup not keydown
9 years ago
jlukic
e07369ae29
Fixes #2665 , message icon collapses
9 years ago
jlukic
fc6df94ea3
#2394 URL values will now encode while avoiding double encoding
9 years ago
jlukic
e906663f5f
#2666 remove debug
9 years ago
jlukic
14dea43662
#2666 - remove label does not correctly use get.values() internally, causing a type error with multiple
9 years ago
jlukic
54918e9deb
#2573 , refactoring add option value. Adds remove option value when deselected. Consolidated checks into has conditions
9 years ago
jlukic
2e035456a8
Fixes issue with search selection not removing default text when inside ui menu #2624
9 years ago
jlukic
b5b137408f
#2599 Finish attached logic
9 years ago
jlukic
62110fc51f
#2599 Fixes double borders in some attached cases, consolidates attached logic, adds attached examples
9 years ago
jlukic
5f701c1fbe
Adds additional segment variables, background variables should allow for images, fixes github segment margin
9 years ago
jlukic
36bab3ec96
Finishes #2610 and #2607 issues with checkbox focus styles
9 years ago
jlukic
cba22a865f
#2583 onHide/onShow should be last as well
9 years ago
jlukic
bb9bbad825
#2583 Fixes onComplete is not called at true 'end of animation'
9 years ago
jlukic
79ca738d05
#2655 Fixes vertical basic buttons not aligned correctly
9 years ago
jlukic
bfdcf5cf20
Fix #2657 action input inside form
9 years ago
jlukic
21139bde54
#2659 fix comments inside modal
9 years ago
jlukic
d74255fe57
#2644 remove unnecessary call to remove direction in destroy
9 years ago
jlukic
1e6e843919
#2610 and #2607 iterating on checkbox variable additions
9 years ago
jlukic
082a35065f
#2610 partial work on checkbox focus variables
9 years ago
jlukic
260e15dc6e
Fix basic step theme
9 years ago
jlukic
d2c4547dc0
#2629 Fixes duck typing in form validation to check rules and id
9 years ago
jlukic
db968a4e05
#2649 additional style pruning, remove two unnecessary scope uses from less
9 years ago
jlukic
ffb5739fb7
Fixes #2649 Mixed line endings in source files
9 years ago
jlukic
a5a7326c08
Re-order rules in form
9 years ago
jlukic
fe24d4bcd6
Fix margin on fields with only one field
9 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
});
9 years ago
jlukic
750e9f1048
#2638 - Add doesntContain, doesntContainExactly rules
9 years ago
jlukic
b756bb52fe
#2629 Throw error when identifier is a non-string value
9 years ago
jlukic
93a92d2bf0
#2636 Tests & Fixes 0, 1, and 2 conditions for minLength, maxLength and exactLength
9 years ago
jlukic
89ed5effaf
#2550 Fixes isssue with flex-basis in IE
9 years ago
jlukic
c091f50aa7
#2615 re-order settings
9 years ago
jlukic
253bdc5c53
Related #2605 , sticky no longer uses bottomPadding for determining bottom edge of context. This is counterintuitive and in most cases wrong
9 years ago