Skip to content
Snippets Groups Projects
Commit c89d78e3 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Add more styling

parent 4e802252
No related branches found
No related tags found
No related merge requests found
...@@ -266,9 +266,11 @@ class PersonSelect extends VPULitElementJQuery { ...@@ -266,9 +266,11 @@ class PersonSelect extends VPULitElementJQuery {
} }
</style> </style>
<!-- https://select2.org--> <div class="select">
<select id="${this.selectId}" name="person" class="select" ?disabled=${!this.active}>${!this.active ? html`<option value="" disabled selected>${ i18n.t('person-select.login-required')}</option>` : ''}</select> <!-- https://select2.org-->
<div id="person-select-dropdown"></div> <select id="${this.selectId}" name="person" class="select" ?disabled=${!this.active}>${!this.active ? html`<option value="" disabled selected>${ i18n.t('person-select.login-required')}</option>` : ''}</select>
<div id="person-select-dropdown"></div>
</div>
`; `;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment