Content
View differences
**Acceptance criteria**
* The work package full view and split view show the labels of the work package.
* A user with `edit_work_packages` edits the labels inline.
* The field dropdown behaves like the Assignee dropdown. The create option stays fixed at the bottom.
* The initial dropdown list sorts first by locality (labels already used in the current project come first), then by frequency (most used first).
* Dropdown search input is case-insensitive
* Race condition handling: When the user tries to create a label but another label with different casing already exists in the system, the system will dedupe this and assign the _other_ label.
**Technical notes**
* <br>
* The work package full view and split view show the labels of the work package.
* A user with `edit_work_packages` edits the labels inline.
* The field dropdown behaves like the Assignee dropdown. The create option stays fixed at the bottom.
* The initial dropdown list sorts first by locality (labels already used in the current project come first), then by frequency (most used first).
* Dropdown search input is case-insensitive
* Race condition handling: When the user tries to create a label but another label with different casing already exists in the system, the system will dedupe this and assign the _other_ label.
* <br>