Skip to content
Snippets Groups Projects

Resolve "Create new component RccSelectComponent for QueryWidgets #863fw8h6r"

2 files
+ 30
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -8,5 +8,11 @@
[attr.tabindex]="isTabbable(option.value, index) ? '0' : '-1'"
(click)="selectOption(option.value)"
(keydown)="handleKeydown($event, index)"
>{{ option.label }}</div>
>
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<circle cx="8" cy="8" r="7" fill="none" stroke-width="1" stroke="black"/>
<circle class="fill-indicator" cx="8" cy="8" r="4" />
</svg>
{{ option.label }}
</div>
</div>
Loading