mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
9254ff721d
commit
3197c48232
162 changed files with 902 additions and 9728 deletions
|
@ -99,7 +99,7 @@ style this element.
|
|||
|
||||
<content select="[prefix]"></content>
|
||||
|
||||
<label hidden$="[[!label]]" aria-hidden="true">[[label]]</label>
|
||||
<label hidden$="[[!label]]" aria-hidden="true" for="input">[[label]]</label>
|
||||
|
||||
<input is="iron-input" id="input"
|
||||
aria-labelledby$="[[_ariaLabelledBy]]"
|
||||
|
@ -139,7 +139,7 @@ style this element.
|
|||
<content select="[suffix]"></content>
|
||||
|
||||
<template is="dom-if" if="[[errorMessage]]">
|
||||
<paper-input-error>[[errorMessage]]</paper-input-error>
|
||||
<paper-input-error aria-live="assertive">[[errorMessage]]</paper-input-error>
|
||||
</template>
|
||||
|
||||
<template is="dom-if" if="[[charCounter]]">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue