mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Make the default the same as the getter default
This commit is contained in:
@@ -17,7 +17,7 @@ import styles from './radio-group.styles';
|
||||
@customElement('sl-radio-group')
|
||||
export default class SlRadioGroup extends LitElement {
|
||||
static styles = styles;
|
||||
private _value: string;
|
||||
private _value: string = '';
|
||||
|
||||
@query('slot:not([name])') defaultSlot: HTMLSlotElement;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user