1
0
mirror of synced 2024-11-25 22:36:03 +03:00
select2/dist
Kevin Brown 100015b205 Added back select2('val')
With the recent changes to how Select2 works internally, this really
isn't needed. This has been added to make the migration path
easier, and it just internally calls `val` on the underlying select
element. The only difference is that the `val` function will now
convert any non-string elements to strings.

The second argument (`triggerChange`) has not been migrated, as
Select2 now internally relies on the `change` event.

**Note:** As the old `initSelection` method has not been migrated,
it is not possible to set the `val` on remote data sources where
the value has not previously been selected.
2014-12-11 17:11:38 -05:00
..
css Add minimumResultsForSearch 2014-12-10 18:46:05 -05:00
js Added back select2('val') 2014-12-11 17:11:38 -05:00