]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/shared/shared-forms/select/index.ts
Support custom value in ng-select
authorChocobozzz <me@florianbigard.com>
Tue, 9 Feb 2021 15:35:48 +0000 (16:35 +0100)
committerChocobozzz <me@florianbigard.com>
Wed, 10 Feb 2021 10:36:40 +0000 (11:36 +0100)
commitead64cdf8d917fa0d6a20271e42378f38e5f2407
tree681e9dba853107edab45d8185688dadde4850efb
parentb9c9fefe820fb0b3aaa3c2b5af73bafb29d890d0
Support custom value in ng-select
13 files changed:
client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html
client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.scss
client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts
client/src/app/shared/shared-forms/select/index.ts
client/src/app/shared/shared-forms/select/select-custom-input.component.html [deleted file]
client/src/app/shared/shared-forms/select/select-custom-input.component.scss [deleted file]
client/src/app/shared/shared-forms/select/select-custom-input.component.ts [deleted file]
client/src/app/shared/shared-forms/select/select-custom-value.component.html [new file with mode: 0644]
client/src/app/shared/shared-forms/select/select-custom-value.component.ts [new file with mode: 0644]
client/src/app/shared/shared-forms/select/select-options.component.html
client/src/app/shared/shared-forms/select/select-options.component.ts
client/src/app/shared/shared-forms/select/select-shared.component.scss
client/src/app/shared/shared-forms/shared-form.module.ts