Skip to content

Commit

Permalink
fix(soffit-pwa): set name on radio-group
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Feb 6, 2023
1 parent 47e1b38 commit 9dfb6f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion uniquely/soffit-pwa/src/lottery-form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,10 @@ export class AlwatrLotteryForm extends LocalizeMixin(AlwatrSmartElement) {
stated
placeholder=${message('phone_number')}
></alwatr-text-field>
<alwatr-radio-group .options=${this._radioGroupOptions}></alwatr-radio-group>
<alwatr-radio-group
.name=${this._radioGroupOptions.name}
.options=${this._radioGroupOptions}
></alwatr-radio-group>
<div class="button-container">
<alwatr-button outlined @click=${this.submit}>${message('submit_form')}</alwatr-button>
<alwatr-button @click=${this.cancel}>${message('cancel')}</alwatr-button>
Expand Down

0 comments on commit 9dfb6f4

Please sign in to comment.