noph-ui 0.24.1 → 0.24.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -247,7 +247,6 @@
|
|
|
247
247
|
{#if multiple}
|
|
248
248
|
<select
|
|
249
249
|
tabindex="-1"
|
|
250
|
-
aria-label={attributes['aria-label'] || label}
|
|
251
250
|
aria-invalid={errorRaw}
|
|
252
251
|
{disabled}
|
|
253
252
|
{required}
|
|
@@ -280,7 +279,6 @@
|
|
|
280
279
|
{:else}
|
|
281
280
|
<select
|
|
282
281
|
tabindex="-1"
|
|
283
|
-
aria-label={attributes['aria-label'] || label}
|
|
284
282
|
{disabled}
|
|
285
283
|
{required}
|
|
286
284
|
{name}
|