mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-27 11:09:20 +03:00
Drop unused preLabeled in Select component
This commit is contained in:
parent
6807da145e
commit
337770afd5
1 changed files with 0 additions and 4 deletions
|
|
@ -1,8 +1,4 @@
|
|||
<div class="e-component e-select inline">
|
||||
<!-- ko if: preLabeled -->
|
||||
<span data-bind="attr: {'data-i18n': preLabel}"></span>
|
||||
|
||||
<!-- /ko -->
|
||||
<select data-bind="options: options, value: value, enable: enable, optionsText: optionsText, optionsValue: optionsValue,
|
||||
optionsCaption: optionsCaption, css: className, optionsAfterRender: defaultOptionsAfterRender"></select>
|
||||
<!-- ko if: labeled -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue