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
ce3a19085e
#2648 rlsnotes
9 years ago
jlukic
021da85e3c
#2648 - Fix issue when build/watch tasks are imported without sub-tasks defined
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
7e4428e194
#2649 rlsnotes
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
Jack Lukic
41530f89a1
Update README.md
9 years ago
Jack Lukic
587b689b33
Update README.md
9 years ago
Jack Lukic
7f02bcc57e
Update README.md
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
70186f73ae
#2636 rlsnotes
9 years ago
jlukic
93a92d2bf0
#2636 Tests & Fixes 0, 1, and 2 conditions for minLength, maxLength and exactLength
9 years ago
jlukic
5f0d07cf13
#2550 rlsnotes
9 years ago
jlukic
89ed5effaf
#2550 Fixes isssue with flex-basis in IE
9 years ago
jlukic
90e7a60d24
Update gulpt watch
9 years ago
jlukic
6b70683d92
Rebuild dist
9 years ago
jlukic
c091f50aa7
#2615 re-order settings
9 years ago
jlukic
14c2b3dcfe
#2605 rlsnotes
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
jlukic
b61fef3205
#2605 last scroll value should only be saved if element scroll position changes
9 years ago
jlukic
386460464b
#2526 rlsnotes
9 years ago
jlukic
20e6b47f3d
#2617 rlsnotes
9 years ago
jlukic
e5eca744d0
#2617 Fixes unnecesssary use of flex with fluid button
9 years ago
jlukic
2d13bd732f
Rebuild dist
9 years ago
jlukic
2219ea88f2
#2615 Adds missing default value for refreshOnResize
9 years ago
jlukic
a089192f47
Remove verbose error message from popup, update rlsnotes
9 years ago
jlukic
1177c23789
Fix wide and very wide popup appear offscreen on mobile
9 years ago
jlukic
bc736b2e5f
#2526 adjust comments
9 years ago
jlukic
5d113c01a5
#2526 Popup fluid width is now set by its parent DOM element, not its offsetContext (i.e. thing with position: relative)
9 years ago
jlukic
9b2b1590ed
Enable error message for offstage position, adjust lastResort to also allow true instead of specified position
9 years ago
jlukic
0775e8fffa
#2526 Increase jitter
9 years ago
jlukic
d692dbc342
#2526 - Redo methods for determining boundaries exceeded to be more coherent
9 years ago
jlukic
5b2b198101
#2526 Add jitter to deal with rounding issues when popup is adjacent to edge
9 years ago
Jack Lukic
c2f416d702
Merge pull request #2597 from jammiemountz/patch-1
9 years ago
Jammie
d6dace4824
Fixed typo in README.md
There appeared to be a spacing error for line 13 and an extra paren on line 14.
9 years ago
jlukic
b660d70c1a
linkify rlsnotes
9 years ago
jlukic
53ff84e165
Rebuild 2.0.3
9 years ago
jlukic
4be921336a
#2573 Fix derp conditions of else
9 years ago
jlukic
e61b39c16b
#2573 Fixes <select> will not add option values with remote data.
9 years ago
jlukic
cc2d03def2
Merge branch 'next' of github.com:Semantic-Org/Semantic-UI
9 years ago
Jack Lukic
f17f11efeb
Merge pull request #2573 from davialexandre/fix_remote_select_dropdown
Properly set the dropdown value when dealing with remote loaded choices
9 years ago