We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8168c7d commit e23e26eCopy full SHA for e23e26e
1 file changed
elements/pf-v6-switch/pf-v6-switch.ts
@@ -48,7 +48,7 @@ export class PfV6Switch extends LitElement {
48
@property({ reflect: true, type: Boolean }) reversed = false;
49
50
/** Form value defaults to undefined */
51
- @property({ type: String }) value?;
+ @property() value?: string;
52
53
#initialChecked = false;
54
0 commit comments