Igor Vaynberg
e78cf7759e
Merge pull request #1729 from rschmitty/master
...
Update select2-bootstrap.css
2013-09-17 15:49:56 -07:00
Rick Schmitty
17f9b8ea0b
Update select2-bootstrap.css
...
Added Bootstrap Validation states for warning, error, info, and success
2013-09-17 17:56:09 -04:00
Igor Vaynberg
9e7dde66b7
Merge pull request #1722 from yonjah/master
...
dropdown repostion fix when previous postion changes container position
2013-09-17 07:22:48 -07:00
Igor Vaynberg
057cf7e71b
Merge pull request #1717 from ProLoser/patch-1
...
Fixes styling in bootstrap environment
2013-09-17 07:16:43 -07:00
Igor Vaynberg
c73261be21
Merge pull request #1723 from AlexanderZaytsev/master
...
Use more specific selector for finding options of a select
2013-09-17 07:14:50 -07:00
Igor Vaynberg
84ac8301db
modified version identifiers in descriptors for release 3.4.3
2013-09-17 06:47:14 -07:00
Alexander Zaytsev
67699746b4
Use more specific selector for finding options of a select
2013-09-16 21:54:29 +02:00
Yoni Jah
e6840fdc37
dropdown repostion fix when previous postion changes container position
2013-09-15 10:25:35 +03:00
Dean Sofer
4d749a7578
Fixes styling in bootstrap environment
...
Fixes #1588 thanks to @smajl
2013-09-14 23:17:20 -07:00
Igor Vaynberg
0ab50cc329
Merge pull request #1706 from moneybird/master
...
Remove negative selector for `.select2-selected`
2013-09-11 08:17:41 -07:00
Edwin Vlieg
ca9b55fadb
Remove negative selector for .select2-selected
...
This broke scroll behaviour when displaying the selected items in the
dropdown.
2013-09-11 12:58:05 +02:00
Igor Vaynberg
b4083330b3
Merge pull request #1694 from cnanney/patch-1
...
Fix focus on select
2013-09-06 22:36:47 -07:00
cnanney
3b54482522
Fix focus on select
...
Focus should go back to select2-focusser, not select2-choice.
2013-09-06 18:57:41 -05:00
Igor Vaynberg
49c8b6cf50
Merge pull request #1690 from evangun/initSelectionFix
...
Edit the default initSelection function to pass all tag properties
2013-09-06 08:48:29 -07:00
evangun
cfec9c6434
Edit the default initSelection function to pass all tag properties
...
The function will now pass all properties of the objects passed as tags to the constructor, not just the "id" and "text" properties. Because a tag is not always just an id and a text, just like when you provide the items with the "data" object instead.
This makes sure these properties are always available at the runtime of formatSelection() or formatResult(), which is not currently the case when the field is repopulated on a triggered "change" event.
My code looks like this :
$el.select2({
...,
tags: [{
//id
id: 1,
//the string that will matched against the user's query
text: 'martin smith greatmartin@provider.com'
//the label of the item that will be shown if this tag is selected
label: 'M. Smith',
}],
formatSelection: function(object, container){
return object.label || object.text;
},
//right now I have to override the default function:
initSelection: function(){...}
});
2013-09-05 18:18:50 +02:00
Igor Vaynberg
fb8bf6d51d
do not leak click events. fixes #1622
2013-09-03 21:16:16 -07:00
Igor Vaynberg
e09292d800
remove trailing comma. fixes #1633
2013-09-03 20:51:23 -07:00
Igor Vaynberg
7d60f619ce
Merge pull request #1211 from jhinch/pixel-rounding-problems
...
Search width inconsistencies in different browsers due to fractional pixels
2013-09-03 20:48:35 -07:00
Igor Vaynberg
2d401b19ce
Merge pull request #1684 from jdecuyper/feature-avoid-removal-of-locked-options
...
Avoid locked options to be selected and deleted.
2013-09-03 20:35:49 -07:00
jdecuyper
02dea18dc9
Avoid locked options to be selected and deleted.
2013-09-03 17:20:35 -05:00
Igor Vaynberg
418a659adb
Merge pull request #1678 from jdecuyper/feature-remove-duplicated-option
...
Remove duplicated options from multi-valued select boxes.
2013-08-31 19:20:52 -07:00
jdecuyper
a380ebabd5
Remove duplicated options from multi-valued select boxes.
2013-08-30 18:16:41 -05:00
Igor Vaynberg
856af7966f
Merge pull request #1675 from duncansmart/clearing-event
...
Added `select2-clearing` event
2013-08-30 14:01:59 -07:00
Duncan Smart
edc0d86fd2
Added select2-clearing
event
...
that allows clearing selection to be canceled.
2013-08-30 21:35:01 +01:00
Igor Vaynberg
ca7550bf4d
Revert "Fixed Tab key not respecting opts.selectOnBlur" breaks tab key. fixes #1646 .
...
This reverts commit 6eb74930d5
.
2013-08-30 08:55:16 -07:00
Igor Vaynberg
9380a0678c
Merge pull request #1628 from realityking/css
...
Cleanup CSS
2013-08-28 23:29:45 -07:00
Igor Vaynberg
92f173c1ab
Merge pull request #1667 from duckinator/master
...
Clicking outside of dropdown should remove select2-container-active class.
2013-08-28 23:11:37 -07:00
markwellna
3c2d7f7310
Clicking outside of dropdown removes select2-container-active class.
...
Closes #1661 .
2013-08-28 13:05:41 -04:00
Rouven Weßling
299f87440e
Remove duplicate property.
2013-08-18 14:35:04 +02:00
Rouven Weßling
e7649880cb
Remove -khtml-user-select. It's not supported by KHTML anyways and their marketshare is incredibly minor.
2013-08-18 14:35:04 +02:00
Rouven Weßling
488526ccf5
Remove -o-linear-gradient used by Opera 11.1 - 12.0. These versions are now very rarely used.
2013-08-18 14:35:01 +02:00
Rouven Weßling
bba1eb04c7
Remove -ms-linear-gradient that was only used by IE 10 preview releases.
2013-08-18 14:34:58 +02:00
Igor Vaynberg
c4529b8700
fix missing placeholder. closes #1614
2013-08-14 16:57:37 -07:00
Igor Vaynberg
236fb0ea23
Merge pull request #1617 from forby/master
...
Fix missing dropdownCssClass on init
2013-08-14 14:34:15 -07:00
Jonathan Forby
a4dc0ba522
Fix missing dropdownCssClass on init
...
Fixes issue #1615 where dropdownCssClass is no longer applied.
2013-08-14 16:54:10 -04:00
Igor Vaynberg
6aea56b962
modified version identifiers in descriptors for release 3.4.2
2013-08-12 15:04:12 -07:00
Igor Vaynberg
12d3c4ece2
update build script
2013-08-12 15:03:50 -07:00
Igor Vaynberg
ec740d8beb
Revert "modified version identifiers in descriptors for release 3.4.2"
...
This reverts commit db8c7b6e1f
.
2013-08-12 15:03:05 -07:00
Igor Vaynberg
db8c7b6e1f
modified version identifiers in descriptors for release 3.4.2
2013-08-12 15:02:00 -07:00
Igor Vaynberg
4dce07a431
fix usecase when a placeholder is not defined but an option with an empty value exists. fixes #1573
2013-08-12 08:43:13 -07:00
Igor Vaynberg
bb85b6a1f9
Merge pull request #1608 from kris-lab/master
...
Removed BOM
2013-08-12 08:12:39 -07:00
Chris Stasiak
2515e19ed9
Removed BOM
2013-08-12 12:22:48 +02:00
Igor Vaynberg
2400357d59
small fix for #1604
2013-08-09 16:38:23 -07:00
Igor Vaynberg
00ba1bddfa
Merge pull request #1604 from jdecuyper/feature-next-search-term
...
Add 'nextSearchTerm' function
2013-08-09 16:37:01 -07:00
jdecuyper
e1b50a306b
Add 'nextSearchTerm' function
...
- Given a previous selection 'nextSearchTerm' determines what the next search term should be.
- Remove some leftover tabs.
- Fix a typo: 'install the' instead of 'install sthe'.
2013-08-09 17:26:23 -05:00
Igor Vaynberg
5ea0b956b5
Merge pull request #1601 from Streid/master
...
Not working adaptDropdownCssClass callback.
2013-08-09 08:54:20 -07:00
Streid
e4c1e061e4
Tab to spaces
2013-08-09 11:33:41 +03:00
Streid
1d1212c5ed
Fix: Not working adaptDropdownCssClass callback.
2013-08-09 11:30:47 +03:00
Igor Vaynberg
08dc4d3768
Merge pull request #1593 from juliomrqz/patch-1
...
Improve ES locale
2013-08-05 00:00:46 -07:00
Julio Marquez
26987ddcfd
Improve ES locale
...
Fixed missing diacritical marks & changed word "adicione" -> "introduzca"
2013-08-04 19:00:32 -04:30