snipe-it/app/Http/Transformers
Till Deeke 07a92d20d7 Fixing #5773: Refactoring the "clearing" of select2 lists (#5839)
* adds select2 placeholders to select lists

To allow us to clear the selection on „select2“ selects, we need a placeholder attribute

See: https://select2.org/placeholders

* Removes empty option from multiple select

select2 requires an empty option value on singular selects, but not on multiple selects.

When selecting multiple options, this empty option would be shown as selectable otherwise, not clearing the selection.

* Adds the option to clear select2 instances

Sets the correct options to allow clearing of out select2 instances. The empty placeholder is required, since clearing only works when a placeholder ist set (event an empty one).

See: https://select2.org/placeholders

* Removes the „Clear selection“ option from select lists

Since we can clear the select2 lists with their native clearing method, we can remove this hack

* Updates generated assets (css/js)
2018-07-16 14:10:54 -07:00
..
AccessoriesTransformer.php
ActionlogsTransformer.php Improved files display 2018-05-02 14:13:06 -07:00
AssetMaintenancesTransformer.php Check for associated maintenance asset 2018-03-07 22:22:36 -08:00
AssetModelsTransformer.php Api tests2 (#5098) 2018-02-25 12:10:02 -08:00
AssetsTransformer.php De-normalize new counters from 4.3.0 (#5547) 2018-05-16 19:20:43 -07:00
CategoriesTransformer.php Disallow deleting category if there are licenses 2018-07-05 18:02:25 -07:00
CompaniesTransformer.php
ComponentsAssetsTransformer.php
ComponentsTransformer.php
ConsumablesTransformer.php
CustomFieldsetsTransformer.php
CustomFieldsTransformer.php Feature/custom fields default values (#5389) 2018-04-23 21:16:55 -07:00
DatatablesTransformer.php
DepartmentsTranformer.php
DepreciationsTransformer.php
GroupsTransformer.php
ImportsTransformer.php
LicenseSeatsTransformer.php
LicensesTransformer.php Added license categories 2018-05-04 21:01:38 -07:00
LocationsTransformer.php
ManufacturersTransformer.php Fixed #2402 - add ability to restore manufacturers 2018-03-03 18:46:19 -08:00
SelectlistTransformer.php Fixing #5773: Refactoring the "clearing" of select2 lists (#5839) 2018-07-16 14:10:54 -07:00
StatuslabelsTransformer.php Fixed broken pagination on status labels API 2018-07-05 14:42:39 -07:00
SuppliersTransformer.php
UsersTransformer.php PHP7.2 count fixes (#5427) 2018-04-29 06:10:49 -07:00