1
0
mirror of synced 2024-11-22 21:16:10 +03:00
select2/docs
Kevin Brown af1f35176b Added back the width option
In past versions of Select2, the `width` option could be used to
tell Select2 how to determine the width of the container generated
by Select2.

**Breaking change:** The default value for the `width` option has
been changed from `copy` to `resolve.`

**Breaking change:** The old option called `copy` has been renamed
to `style` to better reflect what the width is generated from.

This fixes https://github.com/select2/select2/pull/2090.
This fixes https://github.com/select2/select2/issues/2911.
2015-01-11 18:00:48 -05:00
..
_includes Finish off the initial release notes and prepare for beta 2015-01-07 23:03:30 -05:00
_layouts Added Google Analytics 2015-01-05 19:30:15 -05:00
dist Started building the docs site 2014-10-21 21:43:58 -04:00
vendor Started building out the examples 2014-10-21 21:43:58 -04:00
.gitignore Started building the docs site 2014-10-21 21:43:58 -04:00
announcements-4.0.html Docs: typos 2015-01-10 12:39:53 -08:00
community.html Called out 3.5.2 dodcs 2015-01-05 18:22:27 -05:00
examples.html Docs: typos 2015-01-10 12:39:53 -08:00
index.html Docs: typos 2015-01-10 12:39:53 -08:00
options.html Added back the width option 2015-01-11 18:00:48 -05:00
README.md Updated docs to use the Select2 GitHub organization 2015-01-02 21:12:41 -05:00

Select2 Documentation

This repository holds the latest documentation for Select2.

The documentation is automatically extracted from the docs directory at the Select2 source repository. This is done periodically by the maintainers of Select2.

Pull requests will usually be ignored, documentation fixes should be made in the source repository. We may accept pull requests if they match the source docs directory, but for the most part pull requests will be closed on sight.