Joffrey JAFFEUX cb59681d86
DEV: select-kit third major update with focus on accessibility (#13303)
Major changes included:
- better support for screen readers
- trapping focus in modals
- better tabbing order in composer
- alerts on no content found/number of items found
- better autofocus in modals
- mini-tag-chooser is now a multi-select component
- each multi-select-component will now display selection on one row
2021-08-23 10:44:19 +02:00

8 lines
167 B
Handlebars

{{avatar item imageSize="tiny"}}
<span class="username">{{format-username item.username}}</span>
{{#if item.name}}
<span class="name">{{item.name}}</span>
{{/if}}