Skip to content

Commit 702d2e7

Browse files
authored
fix(calendar-formatting): set radio value to state (#977)
1 parent 798a508 commit 702d2e7

File tree

1 file changed

+1
-1
lines changed
  • samples/scheduling/calendar/formatting/src

1 file changed

+1
-1
lines changed

samples/scheduling/calendar/formatting/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default class CalendarFormatting extends React.Component<any, any> {
2525
public render(): JSX.Element {
2626
return (
2727
<div className="container sample">
28-
<IgrRadioGroup alignment="horizontal" style={{marginBottom: '10px'}}>
28+
<IgrRadioGroup alignment="horizontal" style={{marginBottom: '10px'}} value={this.state.calendarLocale}>
2929
<IgrRadio name="lang" value="en" checked={true} onChange={this.onRadioChange}>
3030
<span>EN</span>
3131
</IgrRadio>

0 commit comments

Comments
 (0)